Uses of Class
org.orekit.control.indirect.adjoint.AbstractCartesianAdjointNewtonianTerm
-
Packages that use AbstractCartesianAdjointNewtonianTerm 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. -
-
Uses of AbstractCartesianAdjointNewtonianTerm in org.orekit.control.indirect.adjoint
Subclasses of AbstractCartesianAdjointNewtonianTerm in org.orekit.control.indirect.adjoint Modifier and Type Class Description class
AbstractCartesianAdjointNonCentralBodyTerm
Abstract class defining the contributions of a point-mass, single body gravity in the adjoint equations for Cartesian coordinates.class
CartesianAdjointKeplerianTerm
Class defining the Keplerian contributions in the adjoint equations for Cartesian coordinates.class
CartesianAdjointSingleBodyTerm
Class defining the contributions of a point-mass, single body gravity in the adjoint equations for Cartesian coordinates.class
CartesianAdjointThirdBodyTerm
Class defining the contributions of a point-mass, third body in the adjoint equations for Cartesian coordinates.
-