Go to the documentation of this file.
46 #ifndef Rosenbrock12_H
47 #define Rosenbrock12_H
TypeName("Rosenbrock12")
Runtime type information.
L-stable embedded Rosenbrock ODE solver of order (1)2.
Abstract base-class for ODE system solvers.
Rosenbrock12(const ODESystem &ode, const dictionary &dict)
Construct from ODE.
Pre-declare SubField and related Field type.
dimensionedScalar y0(const dimensionedScalar &ds)
An ODE solver for chemistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
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...
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
Solve the ODE system as far as possible upto dxTry.
static const scalar gamma
scalar solve(const scalar x0, const scalarField &y0, const scalarField &dydx0, const scalar dx, scalarField &y) const
Solve a single step dx and return the error.