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_comp_coeff_sym_sym Type Reference

Symmetric Composition of Symmetric Methods. More...

Collaboration diagram for sll_t_comp_coeff_sym_sym:

Private Member Functions

procedure, pass(this) init => time_composition_sym_sym
 

Private Attributes

integer(kind=i32) order
 
real(kind=f64), dimension(:), allocatable gamma
 
integer(kind=i32) stages
 

Detailed Description

Symmetric Composition of Symmetric Methods.

Definition at line 21 of file sll_m_time_composition.F90.

Member Function/Subroutine Documentation

◆ init()

procedure, pass(this) init
private

Definition at line 26 of file sll_m_time_composition.F90.

Member Data Documentation

◆ gamma

real(kind=f64), dimension(:), allocatable gamma
private

Definition at line 23 of file sll_m_time_composition.F90.

◆ order

integer(kind=i32) order
private

Definition at line 22 of file sll_m_time_composition.F90.

◆ stages

integer(kind=i32) stages
private

Definition at line 24 of file sll_m_time_composition.F90.

    Report Typos and Errors