Uses of Class
org.orekit.propagation.integration.FieldCombinedDerivatives
-
Packages that use FieldCombinedDerivatives Package Description org.orekit.control.indirect.adjoint This package provides routines to model the adjoint dynamics as in the Pontryagin Maximum Principle, as used in indirect control.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical). -
-
Uses of FieldCombinedDerivatives in org.orekit.control.indirect.adjoint
Methods in org.orekit.control.indirect.adjoint that return FieldCombinedDerivatives Modifier and Type Method Description FieldCombinedDerivatives<T>
FieldCartesianAdjointDerivativesProvider. combinedDerivatives(FieldSpacecraftState<T> state)
Compute the derivatives related to the additional state (and optionally main state increments). -
Uses of FieldCombinedDerivatives in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration that return FieldCombinedDerivatives Modifier and Type Method Description FieldCombinedDerivatives<T>
FieldAdditionalDerivativesProvider. combinedDerivatives(FieldSpacecraftState<T> s)
Compute the derivatives related to the additional state (and optionally main state increments).
-