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.
virtual ~Trapezoid()=default
Destructor.
virtual bool resize()
Resize the ODE solver.
Trapezoid(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
TypeName("Trapezoid")
Runtime type information.
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.
dimensionedScalar y0(const dimensionedScalar &ds)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.