Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
List<NumericalIntegrationInformation> |
NumericalPropagationStateHistory.getIntegrationInformation()
Gets the list of information about the integration process at each of the
Times (get ). |
Modifier and Type | Method and Description |
---|---|
void |
NumericalPropagationStateHistory.add(JulianDate time,
double[] state,
NumericalIntegrationInformation info)
Add an entry to appropriate location in the state history.
|
Constructor and Description |
---|
NumericalPropagationStateHistory(List<JulianDate> times,
List<double[]> states,
List<NumericalIntegrationInformation> integrationInfo,
PropagationStateConverter converter)
Initializes a new instance.
|
NumericalPropagationStateHistory(List<JulianDate> times,
List<double[]> states,
List<NumericalIntegrationInformation> integrationInfo,
PropagationStateConverter converter,
SortingFormat sortingFormat)
Initializes a new instance.
|