Uses of Interface
org.hipparchus.ode.events.FieldEventState
Packages that use FieldEventState
-
Uses of FieldEventState in org.hipparchus.ode.events
Classes in org.hipparchus.ode.events that implement FieldEventStateModifier and TypeClassDescriptionclass
FieldDetectorBasedEventState<T extends CalculusFieldElement<T>>
This class handles the state for oneevent handler
during integration steps.class
FieldStepEndEventState<T extends CalculusFieldElement<T>>
This class handles the state for oneevent handler
that triggers at step end.