Click or drag to resize

NumericalPropagator Events

The NumericalPropagator type exposes the following members.

Events
  NameDescription
Public eventExceptionDuringPropagation
Gets the instance of the event handler which will be triggered after the propagator throws an exception. If no event handler is specified then the propagator will throw a NumericalPropagationException that wraps the underlying exception.
Public eventStepTaken
Gets the instance of the event handler which will be triggered after every time the propagator takes an integration step.
Top
See Also