Click or drag to resize

PropagationStateCorrectionEvaluatorCorrectAfterStep Method (PropagationStepInformation)

Calculates the last steps state corrections.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual PropagationStateArray CorrectAfterStep(
	PropagationStepInformation info
)

Parameters

info
Type: AGI.Foundation.Propagators.AdvancedPropagationStepInformation
Holds the time and sub-state information before and after the last integration step.

Return Value

Type: PropagationStateArray
The corrections to this corrector's subsection of the state array.
See Also