Go to the documentation of this file.
121 forward(dx > 0 ? true : false),
175 inline label
nEqns()
const;
184 virtual bool resize() = 0;
scalar normalizeError(const scalarField &y0, const scalarField &y, const scalarField &err) const
Abstract base-class for ODE system solvers.
static autoPtr< ODESolver > New(const ODESystem &ode, const dictionary &dict)
void operator=(const ODESolver &)=delete
declareRunTimeSelectionTable(autoPtr, ODESolver, dictionary,(const ODESystem &ode, const dictionary &dict),(ode, dict))
Generic templated field type.
dimensionedScalar y0(const dimensionedScalar &ds)
virtual ~ODESolver()=default
An ODE solver for chemistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static void resizeField(UList< Type > &f, const label n)
ODESolver(const ODESolver &)=delete
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void resizeMatrix(scalarSquareMatrix &m) const
Abstract base class for the systems of ordinary differential equations.
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
stepState(const scalar dx)