Click or drag to resize

NumericalPropagatorTakeStep Method (Double)

Advance the state from the CurrentState by taking a single integration step bounded by a maximum. CurrentState and CurrentTime will be updated to reflect the new values.

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 TakeStep(
	double maxStepSize
)

Parameters

maxStepSize
Type: SystemDouble
The maximum step size the integrator can take while advancing the state. The sign of this maximum step size will determine (set) the PropagationDirection. If positive, it 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