![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Spectral 1d advection.
Boundary conditions must be periodic.
Derived types and interfaces | |
type | sll_t_advector_1d_ampere |
type | sll_t_advector_1d_ampere_ptr |
Functions/Subroutines | |
type(sll_t_advector_1d_ampere) function, pointer, public | sll_f_new_advector_1d_ampere (nc_eta1, eta1_min, eta1_max) |
subroutine | advector_1d_ampere_init (adv, nc_eta1, eta1_min, eta1_max) |
subroutine | advect_1d (adv, a, dt, input, output) |
subroutine | delete (adv) |
subroutine | advect_1d_constant (adv, a, dt, input, output) |
|
private |
Definition at line 139 of file sll_m_advection_1d_ampere.F90.
|
private |
Definition at line 165 of file sll_m_advection_1d_ampere.F90.
|
private |
Definition at line 99 of file sll_m_advection_1d_ampere.F90.
|
private |
Definition at line 156 of file sll_m_advection_1d_ampere.F90.
type(sll_t_advector_1d_ampere) function, pointer, public sll_m_advection_1d_ampere::sll_f_new_advector_1d_ampere | ( | integer(kind=i32), intent(in) | nc_eta1, |
real(kind=f64), intent(in) | eta1_min, | ||
real(kind=f64), intent(in) | eta1_max | ||
) |
Definition at line 81 of file sll_m_advection_1d_ampere.F90.