Uses of Class
org.orekit.propagation.numerical.NumericalPropagator
Packages that use NumericalPropagator
Package
Description
This package provides routines to solve indirect optimal control within the frame of orbital mechanics, using shooting methods.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.Top level package for numerical propagators.
-
Uses of NumericalPropagator in org.orekit.control.indirect.shooting
Methods in org.orekit.control.indirect.shooting that return NumericalPropagatorModifier and TypeMethodDescriptionprotected 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.AbstractFixedInitialCartesianSingleShooting.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 NumericalPropagatorModifier and TypeMethodDescriptionNumericalPropagatorBuilder.buildPropagator(double[] normalizedParameters) Build a propagator. -
Uses of NumericalPropagator in org.orekit.propagation.numerical
Constructors in org.orekit.propagation.numerical with parameters of type NumericalPropagatorModifierConstructorDescriptionEpochDerivativesEquations(String name, NumericalPropagator propagator) Simple constructor.