![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Parabolic Spline Method.
Derived types and interfaces | |
type | psm_1d_advector |
Functions/Subroutines | |
type(psm_1d_advector) function, pointer, public | sll_f_new_psm_1d_advector (Npts, eta_min, eta_max, Nbdr) |
subroutine | initialize_psm_1d_advector (adv, Npts, eta_min, eta_max, Nbdr) |
subroutine | psm_advect_1d (adv, A, dt, input, output) |
subroutine | psm_advect_1d_constant (adv, A, dt, input, output) |
subroutine | delete_psm_1d_advector (adv) |
|
private |
Definition at line 372 of file sll_m_advection_1d_PSM.F90.
|
private |
Definition at line 90 of file sll_m_advection_1d_PSM.F90.
|
private |
Definition at line 154 of file sll_m_advection_1d_PSM.F90.
|
private |
Definition at line 352 of file sll_m_advection_1d_PSM.F90.
type(psm_1d_advector) function, pointer, public sll_m_advection_1d_psm::sll_f_new_psm_1d_advector | ( | integer(kind=i32), intent(in) | Npts, |
real(kind=f64), intent(in) | eta_min, | ||
real(kind=f64), intent(in) | eta_max, | ||
integer(kind=i32), intent(in), optional | Nbdr | ||
) |