Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.propagators.advanced |
Contains types used to create more specialized propagation scenarios.
|
Modifier and Type | Method and Description |
---|---|
AuxiliaryStateElementEvaluator |
AuxiliaryStateVector.getEvaluator(EvaluatorGroup group,
int[] auxiliaryIndices)
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration. |
AuxiliaryStateElementEvaluator |
AuxiliaryStateScalar.getEvaluator(EvaluatorGroup group,
int[] auxiliaryIndices)
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration. |
Modifier and Type | Method and Description |
---|---|
abstract AuxiliaryStateElementEvaluator |
AuxiliaryStateElement.getEvaluator(EvaluatorGroup group,
int[] auxiliaryIndices)
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration. |
Constructor and Description |
---|
AuxiliaryStateElementEvaluator(AuxiliaryStateElementEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|