Click or drag to resize

NumericalPropagatorRestep Method

Instead of advancing from the CurrentState, reintegrate the last step that was taken by the integrator by the given step size to produce a new CurrentState and CurrentTime.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationEventIndication Restep(
	double stepSize
)

Parameters

stepSize
Type: SystemDouble
The exact size of the step to take since the last time, which will replace PreviousStepSize. The sign of the step will determine (set) the PropagationDirection. If the sign is positive, time will be Increasing and if negative it will be Decreasing from the CurrentTime.

Return Value

Type: PropagationEventIndication
The indication of how propagation should proceed after this step, as produced by the StepTaken event handler.
See Also