Uses of Class
org.orekit.control.indirect.adjoint.cost.FieldPenalizedCartesianFuelCost
Packages that use FieldPenalizedCartesianFuelCost
Package
Description
This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.
-
Uses of FieldPenalizedCartesianFuelCost in org.orekit.control.indirect.adjoint.cost
Subclasses of FieldPenalizedCartesianFuelCost in org.orekit.control.indirect.adjoint.costModifier and TypeClassDescriptionclassFieldLogarithmicBarrierCartesianFuel<T extends CalculusFieldElement<T>>Fuel cost penalized with a logarithmic term, which is a barrier so is not defined for epsilon equal to 0 or 1.classFieldQuadraticPenaltyCartesianFuel<T extends CalculusFieldElement<T>>Fuel cost penalized with a quadratic term.