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.2.419.0 (24.2.419.0)
Syntax public void Add(
AuxiliaryStateElement auxiliaryElement
)
Public Sub Add (
auxiliaryElement As AuxiliaryStateElement
)
public:
void Add(
AuxiliaryStateElement^ auxiliaryElement
)
member Add :
auxiliaryElement : AuxiliaryStateElement -> unit
Parameters
- auxiliaryElement
- Type: AGI.Foundation.Propagators.AdvancedAuxiliaryStateElement
The auxiliary element to add to the propagation.
See Also