Uses of Class
org.apache.commons.math3.ode.ExpandableStatefulODE
Packages that use ExpandableStatefulODE
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of ExpandableStatefulODE in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode that return ExpandableStatefulODEModifier and TypeMethodDescriptionprotected ExpandableStatefulODEAbstractIntegrator.getExpandable()Get the differential equations to integrate.Methods in org.apache.commons.math3.ode with parameters of type ExpandableStatefulODEModifier and TypeMethodDescriptionabstract voidAbstractIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.voidJacobianMatrices.registerVariationalEquations(ExpandableStatefulODE expandable) Register the variational equations for the Jacobians matrices to the expandable set.protected voidAbstractIntegrator.sanityChecks(ExpandableStatefulODE equations, double t) Check the integration span.protected voidAbstractIntegrator.setEquations(ExpandableStatefulODE equations) Set the equations. -
Uses of ExpandableStatefulODE in org.apache.commons.math3.ode.events
Methods in org.apache.commons.math3.ode.events with parameters of type ExpandableStatefulODEModifier and TypeMethodDescriptionvoidEventState.setExpandable(ExpandableStatefulODE expandable) Set the equation. -
Uses of ExpandableStatefulODE in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff with parameters of type ExpandableStatefulODEModifier and TypeMethodDescriptionvoidAdamsBashforthIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.abstract voidAdamsIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.voidAdamsMoultonIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.abstract voidAdaptiveStepsizeIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.voidEmbeddedRungeKuttaIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.voidGraggBulirschStoerIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.voidRungeKuttaIntegrator.integrate(ExpandableStatefulODE equations, double t) Integrate a set of differential equations up to the given time.protected voidAdaptiveStepsizeIntegrator.sanityChecks(ExpandableStatefulODE equations, double t) Check the integration span.