Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Initialize the time integrator. More...
Private Member Functions | |
subroutine | i_init (self, ode, t0, y0) |
Initialize the time integrator.
[out] | self | ODE integrator, caller |
[in] | ode | ODE system, to which a pointer is stored |
[in] | t0 | Initial time |
[in,out] | y0 | Initial conditions (state vector) |
Definition at line 111 of file sll_m_ode_integrator_base.F90.
|
private |
Definition at line 111 of file sll_m_ode_integrator_base.F90.