Uses of Class
org.orekit.control.indirect.shooting.ShootingBoundaryOutput
Packages that use ShootingBoundaryOutput
Package
Description
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 ShootingBoundaryOutputModifier and TypeMethodDescriptionprotected ShootingBoundaryOutputAbstractFixedBoundaryCartesianSingleShooting.computeCandidateSolution(SpacecraftState initialState, int iterationCount) Form solution container with input initial state.protected abstract ShootingBoundaryOutputAbstractFixedInitialCartesianSingleShooting.computeCandidateSolution(SpacecraftState initialState, int iterationCount) Form solution container with input initial state.AbstractFixedInitialCartesianSingleShooting.solve(double initialMass, double[] initialGuess) Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.AbstractFixedInitialCartesianSingleShooting.solve(double initialMass, double[] initialGuess, double[] userScales) 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.