Uses of Interface
org.hipparchus.ode.sampling.ODEStateInterpolator
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides classes to solve Ordinary Differential Equations problems.
Events
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of ODEStateInterpolator in org.hipparchus.migration.ode.sampling
Modifier and TypeMethodDescriptionvoid
DummyStepHandler.handleStep
(ODEStateInterpolator interpolator) Deprecated.Handle the last accepted step.default void
StepHandler.handleStep
(ODEStateInterpolator interpolator) Deprecated.Handle the last accepted step. -
Uses of ODEStateInterpolator in org.hipparchus.ode
Modifier and TypeMethodDescriptionvoid
DenseOutputModel.handleStep
(ODEStateInterpolator interpolator) Handle the last accepted step. -
Uses of ODEStateInterpolator in org.hipparchus.ode.events
Modifier and TypeMethodDescriptionboolean
DetectorBasedEventState.evaluateStep
(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.boolean
EventState.evaluateStep
(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.boolean
StepEndEventState.evaluateStep
(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.void
DetectorBasedEventState.reinitializeBegin
(ODEStateInterpolator interpolator) Reinitialize the beginning of the step.boolean
DetectorBasedEventState.tryAdvance
(ODEStateAndDerivative state, ODEStateInterpolator interpolator) Try to accept the current history up to the given time. -
Uses of ODEStateInterpolator in org.hipparchus.ode.sampling
Modifier and TypeClassDescriptionclass
This abstract class represents an interpolator over the last step during an ODE integration.Modifier and TypeMethodDescriptionvoid
ODEStepHandler.handleStep
(ODEStateInterpolator interpolator) Handle the last accepted step.void
StepNormalizer.handleStep
(ODEStateInterpolator interpolator) Handle the last accepted step.
ODEStateInterpolator