Click or drag to resize

StoppablePropagator.PropagateUntilStop Method (ITimeBasedState, IntegrationSense, ITrackCalculationProgress)

Propagates until one of the saved StoppingConditionEvaluators are tripped.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public StoppablePropagatorResults PropagateUntilStop(
	ITimeBasedState initialState,
	IntegrationSense direction,
	ITrackCalculationProgress progressTracker
)

Parameters

initialState
Type: AGI.Foundation.Coordinates.ITimeBasedState
The initial state to begin propagating from.
direction
Type: AGI.Foundation.NumericalMethods.IntegrationSense
The direction to search for an event.
progressTracker
Type: AGI.Foundation.ITrackCalculationProgress
An optional progress tracker. How long the segment will take to propagate generally is not known ahead of time, so the reported progress completed is set to -1. But you can cancel propagation with the tracker.

Return Value

Type: StoppablePropagatorResults
The ephemeris and information about the stopping event.
See Also