Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Advance the solution by one time step. More...
Private Member Functions | |
subroutine | i_step (self, t, y, h, ynew) |
Advance the solution by one time step.
[in,out] | self | ODE integrator, caller |
[in] | t | Current time |
[in] | y | Current solution (state vector) |
[in] | h | Time step size |
[in,out] | ynew | New solution, at time t+h |
Definition at line 131 of file sll_m_ode_integrator_base.F90.
|
private |
Definition at line 131 of file sll_m_ode_integrator_base.F90.