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 voidFieldAbstractPropagator. setMasterMode(FieldOrekitStepHandler<T> handler)Set the propagator to master mode with variable steps.voidFieldPropagator. 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 voidFieldAbstractIntegratedPropagator. 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 classFieldOrekitStepHandlerMultiplexer<T extends org.hipparchus.RealFieldElement<T>>This class gathers severalOrekitStepHandlerinstances into one.classFieldOrekitStepNormalizer<T extends org.hipparchus.RealFieldElement<T>>This class wraps an object implementingOrekitFixedStepHandlerinto aOrekitStepHandler.Methods in org.orekit.propagation.sampling with parameters of type FieldOrekitStepHandler Modifier and Type Method Description voidFieldOrekitStepHandlerMultiplexer. add(FieldOrekitStepHandler<T> handler)Add a step handler.
-