PropagationStateElementConverterAdaptiveWeights Property |
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.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<double[]> AdaptiveWeights { get; protected set; }
Public Property AdaptiveWeights As Motion(Of Double())
Get
Protected Set
public:
property Motion<array<double>^> AdaptiveWeights {
Motion<array<double>^> get ();
protected: void set (Motion<array<double>^> value);
}
member AdaptiveWeights : Motion<float[]> with get, set
Property Value
Type:
MotionDoubleSee Also