Click or drag to resize

AuxiliaryStateScalarGetEvaluator Method

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.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override AuxiliaryStateElementEvaluator GetEvaluator(
	EvaluatorGroup group,
	int[] auxiliaryIndices
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to construct the evaluator.
auxiliaryIndices
Type: SystemInt32
The set of indices corresponding to the location of each value of this auxiliary state element in the overall auxiliary state.

Return Value

Type: AuxiliaryStateElementEvaluator
An evaluator which computes the auxiliary variables for this element.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
See Also