Uses of Interface
org.orekit.propagation.sampling.FieldOrekitStepHandler
-
Packages that use FieldOrekitStepHandler Package Description org.orekit.propagation Propagationorg.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of FieldOrekitStepHandler in org.orekit.propagation
Methods in org.orekit.propagation that return FieldOrekitStepHandler Modifier and Type Method Description protected FieldOrekitStepHandler<T>
FieldAbstractPropagator. getStepHandler()
Get the step handler.Methods in org.orekit.propagation with parameters of type FieldOrekitStepHandler Modifier and Type Method Description void
FieldAbstractPropagator. setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps.void
FieldPropagator. setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps. -
Uses of FieldOrekitStepHandler in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration with parameters of type FieldOrekitStepHandler Modifier and Type Method Description void
FieldAbstractIntegratedPropagator. setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps. -
Uses of FieldOrekitStepHandler in org.orekit.propagation.sampling
Classes in org.orekit.propagation.sampling that implement FieldOrekitStepHandler Modifier and Type Class Description class
FieldOrekitStepHandlerMultiplexer<T extends org.hipparchus.RealFieldElement<T>>
This class gathers severalOrekitStepHandler
instances into one.class
FieldOrekitStepNormalizer<T extends org.hipparchus.RealFieldElement<T>>
This class wraps an object implementingOrekitFixedStepHandler
into aOrekitStepHandler
.Methods in org.orekit.propagation.sampling with parameters of type FieldOrekitStepHandler Modifier and Type Method Description void
FieldOrekitStepHandlerMultiplexer. add(FieldOrekitStepHandler<T> handler)
Add a step handler.
-