PropagationStateElementConverter Properties |
The PropagationStateElementConverter type exposes the following members.
Name | Description | |
---|---|---|
AdaptiveWeights |
Gets or sets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size during integration.
This is in addition to any weights used in the integration algorithm
itself. The weights are initialized to default values of one based on the
Order and Dimension of the state element.
The order of the motion is one less than the Order and each
array is of length Dimension.
| |
Dimension |
Gets the number of parameters (per Order) within this element.
| |
Identification |
Gets the string identifying this instance in the overall output.
| |
InitialState | ||
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
| |
Order |
Gets the order of the differential equation corresponding to this element.
This corresponds to one greater than the Order of the InitialState.
| |
StateIndices |
Gets the indices locating each variable of this element within the overall state.
The motion represents the value of this state element and its derivatives up to but not including
the Order of the differential equation defining the state's derivative.
The indices will be set by the NumericalPropagatorDefinition when this element is added.
| |
TypeOfOutput |
Gets the type associated with the output of this instance.
|