Uses of Class
org.orekit.control.indirect.shooting.ShootingBoundaryOutput
-
Packages that use ShootingBoundaryOutput 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 ShootingBoundaryOutput in org.orekit.control.indirect.shooting
Methods in org.orekit.control.indirect.shooting that return ShootingBoundaryOutput Modifier and Type Method Description ShootingBoundaryOutputAbstractFixedBoundaryCartesianSingleShooting. solve(double initialMass, double[] initialGuess)Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.abstract ShootingBoundaryOutputAbstractIndirectShooting. solve(double initialMass, double[] initialGuess)Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.
-