SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
serif::network::approx8::Jacobian Struct Reference

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.
 

Detailed Description

Functor to calculate the Jacobian matrix for implicit solvers.

Examples
/Users/tboudreaux/Programming/SERiF/src/network/public/approx8.h.

Definition at line 267 of file approx8.h.

Member Function Documentation

◆ operator()()

void serif::network::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/SERiF/src/network/public/approx8.h.

Definition at line 247 of file approx8.cpp.


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