Abstract base class for the ODE solvers. More...
#include <ODE/ODE.H>
Public Member Functions | |
ODE () | |
Construct null. | |
virtual | ~ODE () |
virtual label | nEqns () const =0 |
virtual void | derivatives (const scalar x, const scalarField &y, scalarField &dydx) const =0 |
virtual void | jacobian (const scalar x, const scalarField &y, scalarField &dfdx, scalarSquareMatrix &dfdy) const =0 |
|
pure virtual |
Implemented in ODEChemistryModel< CompType, ThermoType >.
|
pure virtual |
Implemented in ODEChemistryModel< CompType, ThermoType >.
Referenced by RK::solve(), KRR4::solve(), and ODESolver::solve().
|
pure virtual |
Implemented in ODEChemistryModel< CompType, ThermoType >.
Referenced by KRR4::solve(), and SIBS::solve().