Uses of Interface
org.orekit.propagation.FieldAdditionalStateProvider
-
Packages that use FieldAdditionalStateProvider Package Description org.orekit.propagation Propagationorg.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical). -
-
Uses of FieldAdditionalStateProvider in org.orekit.propagation
Classes in org.orekit.propagation that implement FieldAdditionalStateProvider Modifier and Type Class Description class
PythonFieldAdditionalStateProvider<T extends CalculusFieldElement<T>>
Methods in org.orekit.propagation that return types with arguments of type FieldAdditionalStateProvider Modifier and Type Method Description List<FieldAdditionalStateProvider<T>>
FieldAbstractPropagator. getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.List<FieldAdditionalStateProvider<T>>
FieldPropagator. getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.List<FieldAdditionalStateProvider<T>>
PythonFieldBoundedPropagator. getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.List<FieldAdditionalStateProvider<T>>
PythonFieldPropagator. getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.Methods in org.orekit.propagation with parameters of type FieldAdditionalStateProvider Modifier and Type Method Description void
FieldAbstractPropagator. addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.void
FieldPropagator. addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.void
PythonFieldBoundedPropagator. addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.void
PythonFieldPropagator. addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation. -
Uses of FieldAdditionalStateProvider in org.orekit.propagation.integration
-