Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
i_step Interface Reference

Advance the solution by one time step. More...

Private Member Functions

subroutine i_step (self, t, y, h, ynew)
 

Detailed Description

Advance the solution by one time step.

Parameters
[in,out]selfODE integrator, caller
[in]tCurrent time
[in]yCurrent solution (state vector)
[in]hTime step size
[in,out]ynewNew solution, at time t+h

Definition at line 131 of file sll_m_ode_integrator_base.F90.

Constructor & Destructor Documentation

◆ i_step()

subroutine i_step ( class(sll_c_ode_integrator), intent(inout)  self,
real(wp), intent(in)  t,
class(sll_c_vector_space), intent(in)  y,
real(wp), intent(in)  h,
class(sll_c_vector_space), intent(inout)  ynew 
)
private

Definition at line 131 of file sll_m_ode_integrator_base.F90.

    Report Typos and Errors