GridFire 0.0.1a
General Purpose Nuclear Network
|
Functor to calculate the Jacobian matrix for implicit solvers. More...
#include <engine_approx8.h>
Public Member Functions | |
void | operator() (const vector_type &y, matrix_type &J, double, vector_type &dfdt) const |
Calculates the Jacobian matrix. | |
Functor to calculate the Jacobian matrix for implicit solvers.
Definition at line 267 of file engine_approx8.h.
void gridfire::approx8::Jacobian::operator() | ( | const vector_type & | y, |
matrix_type & | J, | ||
double | , | ||
vector_type & | dfdt ) const |
Calculates the Jacobian matrix.
y | State vector. |
J | Jacobian matrix. |
dfdt | Derivative of the state vector. |
Definition at line 243 of file engine_approx8.cpp.