Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Variables
sll_m_ode_integrator_base.F90 File Reference

Go to the source code of this file.

Data Types

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

Modules

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

Variables

integer, parameter wp = f64
 Working precision. More...
 
    Report Typos and Errors