69 virtual label
nEqns()
const = 0;
Abstract base class for the systems of ordinary differential equations.
ODESystem()
Construct null.
virtual void jacobian(const scalar x, const scalarField &y, scalarField &dfdx, scalarSquareMatrix &dfdy) const =0
Calculate the Jacobian of the system.
virtual ~ODESystem()=default
Destructor.
virtual void derivatives(const scalar x, const scalarField &y, scalarField &dydx) const =0
Calculate the derivatives in dydx.
virtual label nEqns() const =0
Return the number of equations in the system.