Uses of Interface
org.orekit.propagation.sampling.FieldOrekitStepInterpolator
-
Packages that use FieldOrekitStepInterpolator Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of FieldOrekitStepInterpolator in org.orekit.propagation.events
Methods in org.orekit.propagation.events with parameters of type FieldOrekitStepInterpolator Modifier and Type Method Description boolean
FieldEventState. evaluateStep(FieldOrekitStepInterpolator<T> interpolator)
Evaluate the impact of the proposed step on the event detector.void
FieldEventState. reinitializeBegin(FieldOrekitStepInterpolator<T> interpolator)
Reinitialize the beginning of the step.boolean
FieldEventState. tryAdvance(FieldSpacecraftState<T> state, FieldOrekitStepInterpolator<T> interpolator)
Try to accept the current history up to the given time. -
Uses of FieldOrekitStepInterpolator in org.orekit.propagation.sampling
Methods in org.orekit.propagation.sampling that return FieldOrekitStepInterpolator Modifier and Type Method Description FieldOrekitStepInterpolator<T>
FieldOrekitStepInterpolator. restrictStep(FieldSpacecraftState<T> newPreviousState, FieldSpacecraftState<T> newCurrentState)
Create a new restricted version of the instance.Methods in org.orekit.propagation.sampling with parameters of type FieldOrekitStepInterpolator Modifier and Type Method Description void
FieldOrekitStepHandler. handleStep(FieldOrekitStepInterpolator<T> interpolator)
Handle the current step.void
FieldOrekitStepNormalizer. handleStep(FieldOrekitStepInterpolator<T> interpolator)
Handle the current step.void
FieldStepHandlerMultiplexer. handleStep(FieldOrekitStepInterpolator<T> interpolator)
Handle the current step.
-