Click or drag to resize

PropagationEvaluationInformation Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PropagationEvaluationInformation(
	DerivativeMode mode,
	JulianDate epoch,
	double epochSeconds,
	double[] state,
	double[] derivatives
)

Parameters

mode
Type: AGI.Foundation.NumericalMethods.DerivativeMode
The current mode of derivative evaluation.
epoch
Type: AGI.Foundation.Time.JulianDate
The time at which the independent variable is zero.
epochSeconds
Type: System.Double
The seconds elapsed since the propagation epoch.
state
Type:System.Double[]
The current overall state, including memory for storing the auxiliary variables.
derivatives
Type:System.Double[]
The current derivatives of the dependent variables in the state (not including auxiliary variables). This is set by the derivative evaluators during integration.
See Also