Click or drag to resize

NumericalPropagatorDefinitionAdd Method (AuxiliaryStateElement)

Adds the given auxiliary element to the set of AuxiliaryElements which will be computed during propagation and stored in the raw state output.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	AuxiliaryStateElement auxiliaryElement
)

Parameters

auxiliaryElement
Type: AGI.Foundation.Propagators.AdvancedAuxiliaryStateElement
The auxiliary element to add to the propagation.
See Also