Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Compute the time derivative of the state vector. More...
Private Member Functions | |
subroutine | i_rhs (self, t, y, ydot) |
Compute the time derivative of the state vector.
[in,out] | self | ODE system, caller |
[in] | t | Time |
[in] | y | State vector |
[in,out] | ydot | Time derivative of y, also a vector |
Definition at line 87 of file sll_m_ode_integrator_base.F90.
|
private |
Definition at line 87 of file sll_m_ode_integrator_base.F90.