Uses of Class
org.orekit.propagation.numerical.NumericalPropagator
-
Packages that use NumericalPropagator 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.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator.org.orekit.propagation.numerical Top level package for numerical propagators. -
-
Uses of NumericalPropagator in org.orekit.control.indirect.shooting
Methods in org.orekit.control.indirect.shooting that return NumericalPropagator Modifier and Type Method Description protected NumericalPropagatorAbstractIndirectShooting. buildBasicPropagator(SpacecraftState initialState)Create numerical propagator without adjoint derivatives.protected NumericalPropagatorAbstractFixedInitialCartesianSingleShooting. buildInternalPropagator(SpacecraftState initialState)Create numerical propagator for internal use only.protected NumericalPropagatorAbstractIndirectShooting. buildInternalPropagator(SpacecraftState initialState)Create numerical propagator for internal use only.NumericalPropagatorAbstractFixedInitialCartesianSingleShooting. buildPropagator(double[] adjoint, double mass)Create numerical propagator with input initial adjoint vector and mass. -
Uses of NumericalPropagator in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return NumericalPropagator Modifier and Type Method Description NumericalPropagatorNumericalPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator. -
Uses of NumericalPropagator in org.orekit.propagation.numerical
Constructors in org.orekit.propagation.numerical with parameters of type NumericalPropagator Constructor Description EpochDerivativesEquations(String name, NumericalPropagator propagator)Simple constructor.
-