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_init Interface Reference

Initialize the time integrator. More...

Private Member Functions

subroutine i_init (self, ode, t0, y0)
 

Detailed Description

Initialize the time integrator.

Note
The actual argument of ode must be a pointer or a non-pointer target. The latter option is supported by GFortran since version 4.6, but not by IFort as of version 15.0. See Sec. 20.14.2 (Automatic pointer targetting) in "Modern Fortran Explained" [Metcalf-Reid-Cohen].
Parameters
[out]selfODE integrator, caller
[in]odeODE system, to which a pointer is stored
[in]t0Initial time
[in,out]y0Initial conditions (state vector)

Definition at line 111 of file sll_m_ode_integrator_base.F90.

Constructor & Destructor Documentation

◆ i_init()

subroutine i_init ( class(sll_c_ode_integrator), intent(out)  self,
class(sll_c_ode), intent(in), pointer  ode,
real(wp), intent(in)  t0,
class(sll_c_vector_space), intent(inout)  y0 
)
private

Definition at line 111 of file sll_m_ode_integrator_base.F90.

    Report Typos and Errors