Uses of Interface
org.hipparchus.ode.sampling.FieldODEStateInterpolator
Package
Description
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 FieldODEStateInterpolator in org.hipparchus.ode
Modifier and TypeMethodDescriptionvoid
FieldDenseOutputModel.handleStep
(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.events
Modifier and TypeMethodDescriptionboolean
FieldDetectorBasedEventState.evaluateStep
(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.boolean
FieldEventState.evaluateStep
(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.boolean
FieldStepEndEventState.evaluateStep
(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.void
FieldDetectorBasedEventState.reinitializeBegin
(FieldODEStateInterpolator<T> interpolator) Reinitialize the beginning of the step.boolean
FieldDetectorBasedEventState.tryAdvance
(FieldODEStateAndDerivative<T> state, FieldODEStateInterpolator<T> interpolator) Try to accept the current history up to the given time. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.sampling
Modifier and TypeClassDescriptionclass
AbstractFieldODEStateInterpolator<T extends CalculusFieldElement<T>>
This abstract class represents an interpolator over the last step during an ODE integration.Modifier and TypeMethodDescriptionvoid
FieldODEStepHandler.handleStep
(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step.void
FieldStepNormalizer.handleStep
(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step.