Click or drag to resize

NumericalPropagatorDefinitionAdd Method (PropagationStateCorrector)

Adds the given state corrector to the set of StateCorrectors which will operate on some or all of the IntegrationElements during propagation.

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(
	PropagationStateCorrector corrector
)

Parameters

corrector
Type: AGI.Foundation.Propagators.AdvancedPropagationStateCorrector
The corrector to add to the propagation.
See Also