Package | Description |
---|---|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
org.orekit.propagation.numerical.cr3bp |
Top level package for CR3BP Models used with a numerical propagator.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator |
NumericalPropagatorBuilder.buildPropagator(double[] normalizedParameters)
Build a propagator.
|
Constructor and Description |
---|
EpochDerivativesEquations(String name,
NumericalPropagator propagator)
Simple constructor.
|
Constructor and Description |
---|
CR3BPMultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<STMEquations> stmEquations,
double tolerance,
int maxIter)
Simple Constructor.
|
Constructor and Description |
---|
AbstractMultipleShooting(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
double tolerance,
int maxIter,
boolean isAutonomous,
String additionalName)
Simple Constructor.
|
MultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<EpochDerivativesEquations> epochEquations,
double tolerance,
int maxIter)
Simple Constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.