Public Member Functions | |
testODE () | |
label | nEqns () const |
Return the number of equations in the system. More... | |
void | derivatives (const scalar x, const scalarField &y, scalarField &dydx) const |
Calculate the derivatives in dydx. More... | |
void | jacobian (const scalar x, const scalarField &y, scalarField &dfdx, scalarSquareMatrix &dfdy) const |
Calculate the Jacobian of the system. More... | |
![]() | |
ODESystem () | |
Construct null. More... | |
virtual | ~ODESystem () |
Destructor. More... | |
Definition at line 37 of file Test-ODE.C.
|
inline |
Definition at line 44 of file Test-ODE.C.
|
inlinevirtual |
Return the number of equations in the system.
Implements ODESystem.
Definition at line 47 of file Test-ODE.C.
|
inlinevirtual |
|
inlinevirtual |
Calculate the Jacobian of the system.
Need by the stiff-system solvers
Implements ODESystem.
Definition at line 66 of file Test-ODE.C.
References Foam::sqr(), x, and y.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.