Click or drag to resize

StoppablePropagatorDefinitionTimeTolerance Property

Gets or sets the tolerance in seconds that the StoppablePropagator will use to say that a StoppingCondition converged on time. When the propagator is trying to find the exact event, if the time between dates is equal to or less than this span, it will say that that StoppingCondition has converged even if the FunctionTolerance has not been satisfied. This value is optional, with a default of Zero. The value must be positive. If the value is specified, then stopping conditions can converged to events if either the function tolerance or this time tolerance is satisfied.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration TimeTolerance { get; set; }

Property Value

Type: Duration
See Also