Click or drag to resize

PropagationEvaluationInformation Structure

Represents information about the current integration step during propagation. This is used by the NumericalPropagator to parameterize the geometry based on the raw state and to obtain derivative information from the corresponding differential equations.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct PropagationEvaluationInformation

The PropagationEvaluationInformation type exposes the following members.

Constructors
  NameDescription
Public methodPropagationEvaluationInformation
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDerivativeMode
Gets the current mode in which the derivatives are to be evaluated. This specifies whether to evaluate the entire set of derivatives or whether to evaluate an approximation.
Public propertyDerivatives
Gets the array representing the current derivatives of the dependent variables.
Public propertyEpoch
Gets the epoch of propagation from which the SecondsSinceEpoch is measured.
Public propertySecondsSinceEpoch
Gets the current value of the independent variable.
Public propertyState
Gets the current values of the dependent variables.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also