Uses of Interface
org.hipparchus.ode.events.ODEEventDetector
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides classes to solve Ordinary Differential Equations problems.
Events
-
Uses of ODEEventDetector in org.hipparchus.migration.ode.events
-
Uses of ODEEventDetector in org.hipparchus.ode
Modifier and TypeMethodDescriptionAbstractIntegrator.getEventDetectors()
Get all the event detectors that have been added to the integrator.ODEIntegrator.getEventDetectors()
Get all the event detectors that have been added to the integrator.Modifier and TypeMethodDescriptionvoid
AbstractIntegrator.addEventDetector
(ODEEventDetector detector) Add an event detector to the integrator.void
ODEIntegrator.addEventDetector
(ODEEventDetector detector) Add an event detector to the integrator. -
Uses of ODEEventDetector in org.hipparchus.ode.events
Modifier and TypeClassDescriptionclass
EventSlopeFilter<T extends ODEEventDetector>
Wrapper used to detect only increasing or decreasing events.Modifier and TypeClassDescriptionclass
AbstractODEDetector<T extends AbstractODEDetector<T>>
Base class for #@linkODEEventDetector
.class
EventSlopeFilter<T extends ODEEventDetector>
Wrapper used to detect only increasing or decreasing events.Modifier and TypeMethodDescriptionDetectorBasedEventState.getEventDetector()
Get the underlying event detector.Modifier and TypeMethodDescriptionODEEventHandler.eventOccurred
(ODEStateAndDerivative state, ODEEventDetector detector, boolean increasing) Handle an event and choose what to do next.default void
ODEEventHandler.init
(ODEStateAndDerivative initialState, double finalTime, ODEEventDetector detector) Initialize event handler at the start of an ODE integration.default ODEState
ODEEventHandler.resetState
(ODEEventDetector detector, ODEStateAndDerivative state) Reset the state prior to continue the integration.ModifierConstructorDescriptionDetectorBasedEventState
(ODEEventDetector detector) Simple constructor.
ODEEventDetector