GridFire 0.6.0
General Purpose Nuclear Network
|
Functor to calculate the derivatives for the ODE solver. More...
#include <engine_approx8.h>
Public Member Functions | |
void | operator() (const vector_type &y, vector_type &dydt, double) const |
Calculates the derivatives of the state vector. | |
Functor to calculate the derivatives for the ODE solver.
void gridfire::approx8::ODE::operator() | ( | const vector_type & | y, |
vector_type & | dydt, | ||
double | ) const |
Calculates the derivatives of the state vector.
y | State vector. |
dydt | Derivative of the state vector. |