Click or drag to resize

AuxiliaryStateScalar.GetEvaluator 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.3.420.0 (24.3.420.0)
Syntax
public override AuxiliaryStateElementEvaluator GetEvaluator(
	EvaluatorGroup group,
	int[] auxiliaryIndices
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to construct the evaluator.
auxiliaryIndices
Type:System.Int32[]
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 null.
See Also