Click or drag to resize

PropagationStateCorrectionEvaluatorCorrectAfterStep Method (PropagationStepInformation, NullablePropagationStateArray)

Calculates the last steps state corrections, as well as the acceleration correction needed by a multistep integrator.

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 abstract PropagationStateArray CorrectAfterStep(
	PropagationStepInformation info,
	PropagationStateArray? accelerationCorrection
)

Parameters

info
Type: AGI.Foundation.Propagators.AdvancedPropagationStepInformation
Holds the time and sub-state information before and after the last integration step.
accelerationCorrection
Type: SystemNullablePropagationStateArray
This step's derivative correction will be summed into this sub-state.

Return Value

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