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

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.
 

Detailed Description

Functor to calculate the derivatives for the ODE solver.

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

Definition at line 281 of file engine_approx8.h.

Member Function Documentation

◆ operator()()

void gridfire::approx8::ODE::operator() ( const vector_type & y,
vector_type & dydt,
double  ) const

Calculates the derivatives of the state vector.

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

Definition at line 348 of file engine_approx8.cpp.


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