93 c61, c62, c63, c64, c65,
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.
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.
TypeName("rodas34")
Runtime type information.
rodas34(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
virtual bool resize()
Resize the ODE solver.
virtual ~rodas34()=default
Destructor.
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.