Click or drag to resize

NumericalPropagatorTakeStep Method

Advance the state from the CurrentState by taking a single integration step. 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()

Return Value

Type: PropagationEventIndication
The indication of how propagation should proceed after this step, as produced by the StepTaken event handler.
Remarks
This step will be in the current PropagationDirection.
See Also