Uses of Interface
org.orekit.control.indirect.shooting.boundary.CartesianBoundaryConditionChecker
-
Packages that use CartesianBoundaryConditionChecker Package Description org.orekit.control.indirect.shooting This package provides routines to solve indirect optimal control within the frame of orbital mechanics, using shooting methods.org.orekit.control.indirect.shooting.boundary This package provides classes relative to the boundary conditions for indirect shooting. -
-
Uses of CartesianBoundaryConditionChecker in org.orekit.control.indirect.shooting
Methods in org.orekit.control.indirect.shooting that return CartesianBoundaryConditionChecker Modifier and Type Method Description protected CartesianBoundaryConditionChecker
AbstractFixedBoundaryCartesianSingleShooting. getConditionChecker()
Getter for the boundary condition checker. -
Uses of CartesianBoundaryConditionChecker in org.orekit.control.indirect.shooting.boundary
Classes in org.orekit.control.indirect.shooting.boundary that implement CartesianBoundaryConditionChecker Modifier and Type Class Description class
NormBasedCartesianConditionChecker
Class defining convergence criterion on the norm of relative position and velocity vectors, with absolute tolerances.
-