Click or drag to resize

NumericalPropagatorDefinitionAuxiliaryElements Property

Gets the collection of AuxiliaryStateElements which together define the auxiliary output from the propagator. These values are computed after each step based on the calculations performed during integration but are not integrated themselves.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ICollection<AuxiliaryStateElement> AuxiliaryElements { get; }

Property Value

Type: ICollectionAuxiliaryStateElement
See Also