Click or drag to resize

TransitionType Enumeration

An enumeration that defines the format of transformation described by a StateTransitionMatrix.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum TransitionType
Members
  Member nameDescription
EpochTransition The state transition matrix will first equal the InitialStateTransitionMatrix at the propagation epoch and will integrate continuously throughout propagation. This means that the StateTransitionMatrix at each time step will be the matrix that transitions from the initial epoch to that time step.
PiecewiseTransition Every time step the StateTransitionMatrix will be reverted to the Identity matrix prior to propagation. This means that the StateTransitionMatrix at each time step will transition the state from the previous time step to that current time step.
See Also