PropagationStateCorrectionEvaluatorCorrectAfterStep Method (PropagationStepInformation) |
Calculates the last steps state corrections.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic virtual PropagationStateArray CorrectAfterStep(
PropagationStepInformation info
)
Public Overridable Function CorrectAfterStep (
info As PropagationStepInformation
) As PropagationStateArray
public:
virtual PropagationStateArray CorrectAfterStep(
PropagationStepInformation^ info
)
abstract CorrectAfterStep :
info : PropagationStepInformation -> PropagationStateArray
override CorrectAfterStep :
info : PropagationStepInformation -> PropagationStateArray
Parameters
- info
- Type: AGI.Foundation.Propagators.AdvancedPropagationStepInformation
Holds the time and sub-state information before and after the last
integration step.
Return Value
Type:
PropagationStateArrayThe corrections to this corrector's subsection of the state array.
See Also