ODESolver(const ODESolver &)=delete
No copy construct.
virtual void solve(scalar &x, scalarField &y, scalar &dxTry) const
Solve the ODE system as far as possible up to dxTry.
TypeName("Rosenbrock12")
Runtime type information.
Rosenbrock12(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
virtual bool resize()
Resize the ODE solver.
virtual ~Rosenbrock12()=default
Destructor.
adaptiveSolver(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An ODE solver for chemistry.
List< label > labelList
A List of labels.
dimensionedScalar y0(const dimensionedScalar &ds)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
SquareMatrix< scalar > scalarSquareMatrix
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.