![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_memory.h"
#include "sll_working_precision.h"
#include "sll_errors.h"
Go to the source code of this file.
Data Types | |
type | sll_t_advector_1d_bsl |
Modules | |
module | sll_m_advection_1d_bsl |
backward semi-lagrangian 1d advection | |
Functions/Subroutines | |
type(sll_t_advector_1d_bsl) function, pointer, public | sll_f_new_advector_1d_bsl (interp, charac, npts, eta_min, eta_max, eta_coords) |
subroutine | initialize_advector_1d_bsl (adv, interp, charac, npts, eta_min, eta_max, eta_coords) |
subroutine | bsl_advect_1d (adv, A, dt, input, output) |
subroutine | bsl_advect_1d_constant (adv, A, dt, input, output) |
subroutine | delete_bsl_1d_adv (adv) |