Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
procedure | init => init__rk3e_heun3 |
procedure | step => step__rk3e_heun3 |
procedure | clean => clean__rk3e_heun3 |
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 93 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 98 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 96 of file sll_m_rk_explicit.F90.
|
private |
Definition at line 97 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.