StoppablePropagatorGetPropagatorsRecommendedStep Method |
Gets the step size that the underlying propagator recommends to step. Note that
StoppingConditions can know how to sample themselves
and if their step size will be used if it is smaller than the propagators recommended value.
Also when this
StoppablePropagator is restepping to find the exact event, this
value will be ignored.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected abstract Duration GetPropagatorsRecommendedStep()
Protected MustOverride Function GetPropagatorsRecommendedStep As Duration
protected:
virtual Duration GetPropagatorsRecommendedStep() abstract
abstract GetPropagatorsRecommendedStep : unit -> Duration
Return Value
Type:
DurationThe step size recommended by the wrapped propagator.
See Also