GridFire 0.0.1a
General Purpose Nuclear Network
Loading...
Searching...
No Matches
gridfire::approx8::Jacobian Struct Reference

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.
 

Detailed Description

Functor to calculate the Jacobian matrix for implicit solvers.

Examples
/Users/tboudreaux/Programming/4DSTAR/GridFire/src/network/include/gridfire/engine/engine_approx8.h.

Definition at line 267 of file engine_approx8.h.

Member Function Documentation

◆ operator()()

void gridfire::approx8::Jacobian::operator() ( const vector_type & y,
matrix_type & J,
double ,
vector_type & dfdt ) const

Calculates the Jacobian matrix.

Parameters
yState vector.
JJacobian matrix.
dfdtDerivative of the state vector.
Examples
/Users/tboudreaux/Programming/4DSTAR/GridFire/src/network/include/gridfire/engine/engine_approx8.h.

Definition at line 243 of file engine_approx8.cpp.


The documentation for this struct was generated from the following files: