Uses of Interface
org.orekit.control.indirect.shooting.boundary.CartesianBoundaryConditionChecker
Packages that use CartesianBoundaryConditionChecker
Package
Description
This package provides routines to solve indirect optimal control within the frame of orbital mechanics, using shooting methods.
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 CartesianBoundaryConditionCheckerModifier and TypeMethodDescriptionprotected CartesianBoundaryConditionCheckerAbstractFixedBoundaryCartesianSingleShooting.getConditionChecker()Getter for the boundary condition checker.Constructors in org.orekit.control.indirect.shooting with parameters of type CartesianBoundaryConditionCheckerModifierConstructorDescriptionprotectedAbstractFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker conditionChecker) Constructor with boundary conditions as orbits.protectedAbstractFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeCartesianBoundaryStates boundaryConditions, CartesianBoundaryConditionChecker conditionChecker) Constructor with boundary conditions as orbits.NewtonFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker convergenceChecker) Constructor with boundary conditions as orbits.NewtonFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeCartesianBoundaryStates boundaryConditions, CartesianBoundaryConditionChecker convergenceChecker) Constructor with boundary conditions as orbits. -
Uses of CartesianBoundaryConditionChecker in org.orekit.control.indirect.shooting.boundary
Classes in org.orekit.control.indirect.shooting.boundary that implement CartesianBoundaryConditionCheckerModifier and TypeClassDescriptionclassClass defining convergence criterion on the norm of relative position and velocity vectors, with absolute tolerances.