80 err_[i] = dx*dydx0[i];
86 y[i] =
y0[i] + err_[i];
89 return normalizeError(
y0,
y, err_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Euler-implicit integration scheme.
virtual bool resize()
Resize the ODE solver.
Abstract base-class for ODE system solvers.
virtual bool resize()=0
Resize the ODE solver.
Abstract base class for the systems of ordinary differential equations.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An ODE solver for chemistry.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
dimensionedScalar y0(const dimensionedScalar &ds)
#define forAll(list, i)
Loop across all elements in list.