Uses of Class
org.orekit.control.indirect.shooting.boundary.FixedTimeBoundaryOrbits
-
Packages that use FixedTimeBoundaryOrbits 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. -
-
Uses of FixedTimeBoundaryOrbits in org.orekit.control.indirect.shooting
Constructors in org.orekit.control.indirect.shooting with parameters of type FixedTimeBoundaryOrbits Constructor Description AbstractFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker conditionChecker)
Constructor with boundary conditions as orbits.NewtonFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker convergenceChecker)
Constructor with boundary conditions as orbits.
-