Click or drag to resize

CartesianStateElementConverter Constructor (String, Motion<Int32[]>, Motion<Cartesian>, Motion<Double[]>)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CartesianStateElementConverter(
	string identification,
	Motion<int[]> stateIndices,
	Motion<Cartesian> initialState,
	Motion<double[]> weights
)

Parameters

identification
Type: System.String
A string identifying this instance in the overall output.
stateIndices
Type: AGI.Foundation.Motion<Int32[]>
The indices of the individual values and their derivatives in the overall state.
initialState
Type: AGI.Foundation.Motion<Cartesian>
The values of the state at the epoch of the overall NumericalPropagatorDefinition.
weights
Type: AGI.Foundation.Motion<Double[]>
A set of weights associated with each value in the state to use when performing adaptive step control with an AdaptiveNumericalIntegrator.
See Also