Uses of Interface
org.hipparchus.ode.events.FieldODEEventDetector
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
Events
-
Uses of FieldODEEventDetector in org.hipparchus.ode
Modifier and TypeMethodDescriptionAbstractFieldIntegrator.getEventDetectors()
Get all the event detectors that have been added to the integrator.FieldODEIntegrator.getEventDetectors()
Get all the event detectors that have been added to the integrator.Modifier and TypeMethodDescriptionvoid
AbstractFieldIntegrator.addEventDetector
(FieldODEEventDetector<T> detector) Add an event detector to the integrator.void
FieldODEIntegrator.addEventDetector
(FieldODEEventDetector<T> detector) Add an event detector to the integrator. -
Uses of FieldODEEventDetector in org.hipparchus.ode.events
Modifier and TypeClassDescriptionclass
FieldEventSlopeFilter<T extends FieldODEEventDetector<E>,
E extends CalculusFieldElement<E>> Wrapper used to detect only increasing or decreasing events.Modifier and TypeClassDescriptionclass
AbstractFieldODEDetector<T extends AbstractFieldODEDetector<T,
E>, E extends CalculusFieldElement<E>> Base class for #@linkFieldODEEventDetector
.class
FieldEventSlopeFilter<T extends FieldODEEventDetector<E>,
E extends CalculusFieldElement<E>> Wrapper used to detect only increasing or decreasing events.Modifier and TypeMethodDescriptionFieldDetectorBasedEventState.getEventDetector()
Get the underlying event detector.Modifier and TypeMethodDescriptionFieldODEEventHandler.eventOccurred
(FieldODEStateAndDerivative<T> state, FieldODEEventDetector<T> detector, boolean increasing) Handle an event and choose what to do next.default void
FieldODEEventHandler.init
(FieldODEStateAndDerivative<T> initialState, T finalTime, FieldODEEventDetector<T> detector) Initialize event handler at the start of an ODE integration.default FieldODEState<T>
FieldODEEventHandler.resetState
(FieldODEEventDetector<T> detector, FieldODEStateAndDerivative<T> state) Reset the state prior to continue the integration.ModifierConstructorDescriptionFieldDetectorBasedEventState
(FieldODEEventDetector<T> detector) Simple constructor.