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.2.419.0 (24.2.419.0)
Syntax public ICollection<PropagationStateCorrector> StateCorrectors { get; }
Public ReadOnly Property StateCorrectors As ICollection(Of PropagationStateCorrector)
Get
public:
property ICollection<PropagationStateCorrector^>^ StateCorrectors {
ICollection<PropagationStateCorrector^>^ get ();
}
member StateCorrectors : ICollection<PropagationStateCorrector> with get
Property Value
Type:
ICollectionPropagationStateCorrectorSee Also