![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
backward semi-lagrangian 1d advection
Derived types and interfaces | |
type | sll_t_advector_1d_bsl |
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) |
|
private |
Definition at line 129 of file sll_m_advection_1d_BSL.F90.
|
private |
Definition at line 143 of file sll_m_advection_1d_BSL.F90.
|
private |
Definition at line 165 of file sll_m_advection_1d_BSL.F90.
|
private |
Definition at line 81 of file sll_m_advection_1d_BSL.F90.
type(sll_t_advector_1d_bsl) function, pointer, public sll_m_advection_1d_bsl::sll_f_new_advector_1d_bsl | ( | class(sll_c_interpolator_1d), pointer | interp, |
class(sll_c_characteristics_1d_base), pointer | charac, | ||
integer(kind=i32), intent(in) | npts, | ||
real(kind=f64), intent(in), optional | eta_min, | ||
real(kind=f64), intent(in), optional | eta_max, | ||
real(kind=f64), dimension(:), optional, pointer | eta_coords | ||
) |
Definition at line 61 of file sll_m_advection_1d_BSL.F90.