Uses of Interface
org.orekit.control.indirect.adjoint.cost.CartesianCost
-
Packages that use CartesianCost 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.control.indirect.adjoint.cost This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.org.orekit.control.indirect.shooting.propagation This package provides classes relative to the propagation part of indirect shooting. -
-
Uses of CartesianCost in org.orekit.control.indirect.adjoint
Methods in org.orekit.control.indirect.adjoint that return CartesianCost Modifier and Type Method Description CartesianCost
AbstractCartesianAdjointDerivativesProvider. getCost()
Getter for the cost.Constructors in org.orekit.control.indirect.adjoint with parameters of type CartesianCost Constructor Description AbstractCartesianAdjointDerivativesProvider(CartesianCost cost)
Constructor.CartesianAdjointDerivativesProvider(CartesianCost cost, CartesianAdjointEquationTerm... adjointEquationTerms)
Constructor.FieldCartesianAdjointDerivativesProvider(CartesianCost cost, CartesianAdjointEquationTerm... adjointEquationTerms)
Constructor. -
Uses of CartesianCost in org.orekit.control.indirect.adjoint.cost
Classes in org.orekit.control.indirect.adjoint.cost that implement CartesianCost Modifier and Type Class Description class
AbstractCartesianEnergy
Abstract class for energy cost with Cartesian coordinates.class
BoundedCartesianEnergy
Class for bounded energy cost with Cartesian coordinates.class
UnboundedCartesianEnergy
Class for unbounded energy cost with Cartesian coordinates.class
UnboundedCartesianEnergyNeglectingMass
Class for unbounded energy cost with Cartesian coordinates neglecting the mass consumption. -
Uses of CartesianCost in org.orekit.control.indirect.shooting.propagation
Constructors in org.orekit.control.indirect.shooting.propagation with parameters of type CartesianCost Constructor Description CartesianAdjointDynamicsProvider(CartesianCost cartesianCost, CartesianAdjointEquationTerm... equationTerms)
Constructor.
-