Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.propagators.advanced |
Contains types used to create more specialized propagation scenarios.
|
Modifier and Type | Method and Description |
---|---|
PropagationStateCorrectionEvaluator |
SolarRadiationBoundaryMitigation.getCorrectionEvaluator()
This method creates an evaluator to calculate the post integration correction.
|
PropagationStateCorrectionEvaluator |
SolarRadiationBoundaryMitigation.getCorrectionEvaluator(EvaluatorGroup group)
This method creates an evaluator to calculate the post integration correction.
|
Modifier and Type | Method and Description |
---|---|
abstract PropagationStateCorrectionEvaluator |
PropagationStateCorrector.getCorrectionEvaluator()
This method creates an evaluator to calculate the post integration correction.
|
abstract PropagationStateCorrectionEvaluator |
PropagationStateCorrector.getCorrectionEvaluator(EvaluatorGroup group)
This method creates an evaluator to calculate the post integration correction.
|
Constructor and Description |
---|
PropagationStateCorrectionEvaluator(PropagationStateCorrectionEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|