SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Functor to calculate the Jacobian matrix for implicit solvers. More...
#include <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.
void serif::network::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 247 of file approx8.cpp.