GridFire 0.0.1a
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.
Definition at line 281 of file engine_approx8.h.
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. |
Definition at line 348 of file engine_approx8.cpp.