Uses of Class
org.orekit.propagation.integration.CombinedDerivatives
-
Packages that use CombinedDerivatives 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.forces.maneuvers.jacobians Generators for columns of Jacobian matrices related to maneuver parameters.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.numerical.cr3bp 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 CombinedDerivatives Modifier and Type Method Description CombinedDerivativesCartesianAdjointDerivativesProvider. 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 CombinedDerivatives Modifier and Type Method Description CombinedDerivativesMassDepletionDelay. 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 CombinedDerivatives Modifier and Type Method Description CombinedDerivativesAdditionalDerivativesProvider. 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 CombinedDerivatives Modifier and Type Method Description CombinedDerivativesEpochDerivativesEquations. 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 CombinedDerivatives Modifier and Type Method Description CombinedDerivativesSTMEquations. combinedDerivatives(SpacecraftState s)Compute the derivatives related to the additional state (and optionally main state increments).
-