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

Compute the time derivative of the state vector. More...

Private Member Functions

subroutine i_rhs (self, t, y, ydot)
 

Detailed Description

Compute the time derivative of the state vector.

Parameters
[in,out]selfODE system, caller
[in]tTime
[in]yState vector
[in,out]ydotTime derivative of y, also a vector

Definition at line 87 of file sll_m_ode_integrator_base.F90.

Constructor & Destructor Documentation

◆ i_rhs()

subroutine i_rhs ( class(sll_c_ode), intent(inout)  self,
real(wp), intent(in)  t,
class(sll_c_vector_space), intent(in)  y,
class(sll_c_vector_space), intent(inout)  ydot 
)
private

Definition at line 87 of file sll_m_ode_integrator_base.F90.

    Report Typos and Errors