Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
procedure | init => init__rk2e_ralston |
procedure | step => step__rk2e_ralston |
procedure | clean => clean__rk2e_ralston |
Private Attributes | |
class(sll_c_ode), pointer | ode => null() |
Pointer to ODE object. More... | |
class(sll_c_vector_space), dimension(:), allocatable | work |
Storage for intermediate stage computation. More... | |
Definition at line 81 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 86 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 84 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 85 of file sll_m_rk_explicit.F90.
|
privateinherited |
Pointer to ODE object.
Definition at line 65 of file sll_m_ode_integrator_base.F90.
|
privateinherited |
Storage for intermediate stage computation.
Definition at line 68 of file sll_m_ode_integrator_base.F90.