accelerInt
v0.1
|
Header file for CVODEs interface to RHS of ODEs. More...
Go to the source code of this file.
Functions | |
int | dydt_cvodes (double t, N_Vector y, N_Vector ydot, void *f) |
The CVODEs RHS interface. More... | |
Header file for CVODEs interface to RHS of ODEs.
This defines an interface to the right hand side of the ODEs to pass to CVODEs
Definition in file cvodes_dydt.h.
int dydt_cvodes | ( | double | t, |
N_Vector | y, | ||
N_Vector | ydot, | ||
void * | f | ||
) |
The CVODEs RHS interface.
t | The current time of the system |
y | The current state vector (in CVODE format) |
ydot | The RHS vector to be populated (in CVODE format) |
f | User data set during CVODEs setup (e.g. the system pressure) |