Uses of Class
org.orekit.propagation.integration.CombinedDerivatives
Packages that use CombinedDerivatives
Package
Description
This package provides routines to model the adjoint dynamics as in the Pontryagin Maximum Principle, as used
in indirect control.
Generators for columns of Jacobian matrices related to maneuver parameters.
Utilities for integration-based propagators (both numerical and semi-analytical).
Top level package for numerical propagators.
Top level package for CR3BP Models used with a numerical propagator.
-
Uses of CombinedDerivatives in org.orekit.control.indirect.adjoint
Methods in org.orekit.control.indirect.adjoint that return CombinedDerivativesModifier and TypeMethodDescriptionCartesianAdjointDerivativesProvider.combinedDerivatives(SpacecraftState state) Compute the derivatives related to the additional state (and optionally main state increments). -
Uses of CombinedDerivatives in org.orekit.forces.maneuvers.jacobians
Methods in org.orekit.forces.maneuvers.jacobians that return CombinedDerivativesModifier and TypeMethodDescriptionMassDepletionDelay.combinedDerivatives(SpacecraftState state) Compute the derivatives related to the additional state (and optionally main state increments). -
Uses of CombinedDerivatives in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration that return CombinedDerivativesModifier and TypeMethodDescriptionAdditionalDerivativesProvider.combinedDerivatives(SpacecraftState s) Compute the derivatives related to the additional state (and optionally main state increments). -
Uses of CombinedDerivatives in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return CombinedDerivativesModifier and TypeMethodDescriptionEpochDerivativesEquations.combinedDerivatives(SpacecraftState s) Compute the derivatives related to the additional state (and optionally main state increments). -
Uses of CombinedDerivatives in org.orekit.propagation.numerical.cr3bp
Methods in org.orekit.propagation.numerical.cr3bp that return CombinedDerivativesModifier and TypeMethodDescriptionSTMEquations.combinedDerivatives(SpacecraftState s) Compute the derivatives related to the additional state (and optionally main state increments).