Uses of Interface
org.hipparchus.ode.events.FieldODEEventDetector
Packages that use FieldODEEventDetector
Package
Description
 This package provides classes to solve Ordinary Differential Equations problems.
Events
- 
Uses of FieldODEEventDetector in org.hipparchus.ode
Methods in org.hipparchus.ode that return types with arguments of type FieldODEEventDetectorModifier 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.Methods in org.hipparchus.ode with parameters of type FieldODEEventDetectorModifier and TypeMethodDescriptionvoidAbstractFieldIntegrator.addEventDetector(FieldODEEventDetector<T> detector) Add an event detector to the integrator.voidFieldODEIntegrator.addEventDetector(FieldODEEventDetector<T> detector) Add an event detector to the integrator. - 
Uses of FieldODEEventDetector in org.hipparchus.ode.events
Classes in org.hipparchus.ode.events with type parameters of type FieldODEEventDetectorModifier and TypeClassDescriptionclassFieldEventSlopeFilter<T extends FieldODEEventDetector<E>,E extends CalculusFieldElement<E>> Wrapper used to detect only increasing or decreasing events.Classes in org.hipparchus.ode.events that implement FieldODEEventDetectorModifier and TypeClassDescriptionclassAbstractFieldODEDetector<T extends AbstractFieldODEDetector<T,E>, E extends CalculusFieldElement<E>> Base class for #@linkFieldODEEventDetector.classFieldEventSlopeFilter<T extends FieldODEEventDetector<E>,E extends CalculusFieldElement<E>> Wrapper used to detect only increasing or decreasing events.Methods in org.hipparchus.ode.events that return FieldODEEventDetectorModifier and TypeMethodDescriptionFieldDetectorBasedEventState.getEventDetector()Get the underlying event detector.Methods in org.hipparchus.ode.events with parameters of type FieldODEEventDetectorModifier and TypeMethodDescriptionFieldODEEventHandler.eventOccurred(FieldODEStateAndDerivative<T> state, FieldODEEventDetector<T> detector, boolean increasing) Handle an event and choose what to do next.default voidFieldODEEventHandler.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.Constructors in org.hipparchus.ode.events with parameters of type FieldODEEventDetectorModifierConstructorDescriptionFieldDetectorBasedEventState(FieldODEEventDetector<T> detector) Simple constructor.