Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Variables
sll_m_ode_integrator_base Module Reference

Description

Abstract types for: 1) generic ODE system, and 2) ODE integrator.

Authors
Yaman Güçlü - yaman.nosp@m..guc.nosp@m.lu@gm.nosp@m.ail..nosp@m.com
Marco Restelli - marco.nosp@m..res.nosp@m.telli.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Todo:
Add detailed description

Derived types and interfaces

type  sll_c_ode
 ODE system. More...
 
type  sll_c_ode_integrator
 Base class for standard ODE integrators. More...
 
interface  i_rhs
 Compute the time derivative of the state vector. More...
 
interface  i_init
 Initialize the time integrator. More...
 
interface  i_step
 Advance the solution by one time step. More...
 
interface  i_clean
 Clean up the time integrator. More...
 

Variables

integer, parameter wp = f64
 Working precision. More...
 

Variable Documentation

◆ wp

integer, parameter wp = f64
private

Working precision.

Definition at line 32 of file sll_m_ode_integrator_base.F90.

    Report Typos and Errors