StoppablePropagator.PropagateUntilStop Method |
Name | Description | |
---|---|---|
![]() | PropagateUntilStop(ITimeBasedState, ITrackCalculationProgress) |
Propagates forward until one of the saved StoppingConditionEvaluators are tripped. This will propagate
forward in time.
|
![]() | PropagateUntilStop(ITimeBasedState, IntegrationSense, ITrackCalculationProgress) |
Propagates until one of the saved StoppingConditionEvaluators are tripped.
|
![]() | PropagateUntilStop(ITimeBasedState, IEnumerable<StoppingConditionEvaluator>, IntegrationSense, Int32, ITrackCalculationProgress) |
Propagates until one of the conditions are tripped.
|
![]() | PropagateUntilStop(ITimeBasedState, IEnumerable<StoppingConditionEvaluator>, IntegrationSense, Boolean, Int32, ITrackCalculationProgress) |
Propagates until one of the conditions are tripped.
|