![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | sll_t_advector_1d_periodic |
Functions/Subroutines | |
type(sll_t_advector_1d_periodic) function, pointer, public | sll_f_new_periodic_1d_advector (num_cells, xmin, xmax, type, order) |
subroutine | initialize_periodic_1d_advector (adv, num_cells, xmin, xmax, type, order) |
subroutine | periodic_advect_1d_constant (adv, A, dt, input, output) |
subroutine | periodic_advect_1d_fake (adv, A, dt, input, output) |
subroutine | delete_periodic_1d_advector (adv) |
|
private |
Definition at line 151 of file sll_m_advection_1d_periodic.F90.
|
private |
Definition at line 78 of file sll_m_advection_1d_periodic.F90.
|
private |
Definition at line 101 of file sll_m_advection_1d_periodic.F90.
|
private |
Definition at line 132 of file sll_m_advection_1d_periodic.F90.
type(sll_t_advector_1d_periodic) function, pointer, public sll_m_advection_1d_periodic::sll_f_new_periodic_1d_advector | ( | integer(kind=i32), intent(in) | num_cells, |
real(kind=f64), intent(in) | xmin, | ||
real(kind=f64), intent(in) | xmax, | ||
integer(kind=i32), intent(in) | type, | ||
integer(kind=i32), intent(in) | order | ||
) |
Definition at line 58 of file sll_m_advection_1d_periodic.F90.