Click or drag to resize

NumericalPropagator Methods

The NumericalPropagator type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPropagate(Duration)
Propagates the state from the CurrentTime and CurrentState. The direction of propagation is determined by the sign of the Duration specified.
Public methodPropagate(Duration, ITrackCalculationProgress)
Propagates the state from the CurrentTime and CurrentState. The direction of propagation is determined by the sign of the Duration specified.
Public methodPropagate(Duration, Int32)
Propagates the state from the CurrentTime and CurrentState. The direction of propagation is determined by the sign of the Duration specified.
Public methodPropagate(Duration, Int32, ITrackCalculationProgress)
Propagates the state from the CurrentTime and CurrentState. The direction of propagation is determined by the sign of the Duration specified.
Public methodPropagateUntilStop(IEnumerableStoppingConditionEvaluator, ITrackCalculationProgress)
Propagates forward until one of the conditions are tripped. This will propagate Increasing by default.
Public methodPropagateUntilStop(IEnumerableStoppingConditionEvaluator, IntegrationSense, ITrackCalculationProgress)
Propagates until one of the conditions are tripped.
Public methodPropagateUntilStop(IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, ITrackCalculationProgress)
Propagates until one of the conditions are tripped.
Public methodPropagateUntilStop(IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, Int32, ITrackCalculationProgress)
Propagates until one of the conditions are tripped.
Public methodReset
Resets the propagation back to the initial conditions.
Public methodReset(JulianDate, Double)
Resets the propagation to a new set of initial conditions at the epoch time.
Public methodRestep
Instead of advancing from the CurrentState, reintegrate the last step that was taken by the integrator by the given step size to produce a new CurrentState and CurrentTime.
Public methodTakeStep
Advance the state from the CurrentState by taking a single integration step. CurrentState and CurrentTime will be updated to reflect the new values.
Public methodTakeStep(Double)
Advance the state from the CurrentState by taking a single integration step bounded by a maximum. CurrentState and CurrentTime will be updated to reflect the new values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also