![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Abstract types for: 1) generic ODE system, and 2) ODE integrator.
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... | |
|
private |
Working precision.
Definition at line 32 of file sll_m_ode_integrator_base.F90.
1.9.1