Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_t_rk4e_classic Type Reference
Inheritance diagram for sll_t_rk4e_classic:
Collaboration diagram for sll_t_rk4e_classic:

Private Member Functions

procedure init => init__rk4e_classic
 
procedure step => step__rk4e_classic
 
procedure clean => clean__rk4e_classic
 

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...
 

Detailed Description

Definition at line 105 of file sll_m_rk_explicit.F90.

Member Function/Subroutine Documentation

◆ clean()

procedure clean
private

Definition at line 110 of file sll_m_rk_explicit.F90.

◆ init()

procedure init
private

Definition at line 108 of file sll_m_rk_explicit.F90.

◆ step()

procedure step
private

Definition at line 109 of file sll_m_rk_explicit.F90.

Member Data Documentation

◆ ode

class(sll_c_ode), pointer ode => null()
privateinherited

Pointer to ODE object.

Definition at line 65 of file sll_m_ode_integrator_base.F90.

◆ work

class(sll_c_vector_space), dimension(:), allocatable work
privateinherited

Storage for intermediate stage computation.

Definition at line 68 of file sll_m_ode_integrator_base.F90.

    Report Typos and Errors