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_rk3e_heun3 Type Reference
Inheritance diagram for sll_t_rk3e_heun3:
Collaboration diagram for sll_t_rk3e_heun3:

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

Detailed Description

Definition at line 93 of file sll_m_rk_explicit.F90.

Member Function/Subroutine Documentation

◆ clean()

procedure clean
private

Definition at line 98 of file sll_m_rk_explicit.F90.

◆ init()

procedure init
private

Definition at line 96 of file sll_m_rk_explicit.F90.

◆ step()

procedure step
private

Definition at line 97 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