Click or drag to resize

NumericalPropagatorDefinitionStateCorrectors Property

Gets the collection of correctors which are called after each step but before values are recorded. The correctors operate on the last step taken to correct the state and its derivatives for any anomalies or constraint conditions encountered during the integration step.

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<PropagationStateCorrector> StateCorrectors { get; }

Property Value

Type: ICollectionPropagationStateCorrector
See Also