Go to the documentation of this file.
74 static const label kMaxx_ = 12;
75 static const label iMaxx_ = kMaxx_ + 1;
78 stepFactor1_, stepFactor2_, stepFactor3_,
79 stepFactor4_, stepFactor5_,
93 mutable scalar theta_;
Abstract base-class for ODE system solvers.
virtual ~seulex()=default
virtual void solve(scalar &x, scalarField &y, stepState &step) const
Generic templated field type.
dimensionedScalar y0(const dimensionedScalar &ds)
An ODE solver for chemistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base class for the systems of ordinary differential equations.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An extrapolation-algorithm, based on the linearly implicit Euler method with step size control and or...
seulex(const ODESystem &ode, const dictionary &dict)