Uses of Interface
org.hipparchus.ode.sampling.ODEStepHandler
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of ODEStepHandler in org.hipparchus.migration.ode
-
Uses of ODEStepHandler in org.hipparchus.migration.ode.sampling
Modifier and TypeInterfaceDescriptioninterface
Deprecated.as of 1.0, replaced withODEStepHandler
Modifier and TypeClassDescriptionclass
Deprecated.as of 1.0, this class is not used anymore -
Uses of ODEStepHandler in org.hipparchus.ode
Modifier and TypeClassDescriptionclass
This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.Modifier and TypeMethodDescriptionAbstractIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.ODEIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.Modifier and TypeMethodDescriptionvoid
AbstractIntegrator.addStepHandler
(ODEStepHandler handler) Add a step handler to this integrator.void
ODEIntegrator.addStepHandler
(ODEStepHandler handler) Add a step handler to this integrator. -
Uses of ODEStepHandler in org.hipparchus.ode.sampling
Modifier and TypeClassDescriptionclass
This class wraps an object implementingODEFixedStepHandler
into aODEStepHandler
.
DenseOutputModel