NumericalPropagatorTakeStep Method (Double) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationEventIndication TakeStep(
double maxStepSize
)
Public Function TakeStep (
maxStepSize As Double
) As PropagationEventIndication
public:
PropagationEventIndication TakeStep(
double maxStepSize
)
member TakeStep :
maxStepSize : float -> PropagationEventIndication
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:
PropagationEventIndicationThe indication of how propagation should proceed after this step, as produced by the
StepTaken event handler.
See Also