|
int ode_function::func |
( |
double |
t, |
|
|
const double |
y[], |
|
|
double |
f[], |
|
|
void * |
p |
|
) |
| [static] |
Static function that is called by gsl to evaluate f.
- Parameters:
-
t | : time |
y | : Vector of solution variables |
f | : RHS terms for the ODE system |
*p | : void pointer to pass other information such as parameters. |
|