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. -
-
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
CartesianAdjointDerivativesProvider. getCost()
Getter for the cost.Constructors in org.orekit.control.indirect.adjoint with parameters of type CartesianCost Constructor Description CartesianAdjointDerivativesProvider(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
AbstractCartesianCost
Abstract class for cost with Cartesian coordinates.class
BoundedCartesianEnergy
Class for bounded energy cost with Cartesian coordinates.class
CartesianFuelCost
Class for fuel 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.Methods in org.orekit.control.indirect.adjoint.cost that return CartesianCost Modifier and Type Method Description CartesianCost
FieldCartesianCost. toCartesianCost()
Method returning equivalent in non-Field.
-