Go to the documentation of this file.
59 #ifndef Rosenbrock34_H
60 #define Rosenbrock34_H
Abstract base-class for ODE system solvers.
virtual ~Rosenbrock34()=default
Generic templated field type.
dimensionedScalar y0(const dimensionedScalar &ds)
Rosenbrock34(const ODESystem &ode, const dictionary &dict)
L-stable embedded Rosenbrock ODE solver of order (3)4.
An ODE solver for chemistry.
virtual scalar solve(const scalar x0, const scalarField &y0, const scalarField &dydx0, const scalar dx, scalarField &y) const
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.
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...