Click or drag to resize

PropagationStateElementEvaluatorAddDerivatives Method

Based on the given DerivativeMode, compute the requested kind of derivative and add (don't set) it to the given array.

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 abstract void AddDerivatives(
	JulianDate date,
	DerivativeMode mode,
	PropagationStateArray derivativeArray
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The current time.
mode
Type: AGI.Foundation.NumericalMethodsDerivativeMode
An enumeration indicating what kind of derivatives to compute. Make sure to heed which derivatives are requested so as not to represent the derivatives more than once.
derivativeArray
Type: AGI.Foundation.PropagatorsPropagationStateArray
The output array in which to add the resulting derivatives.
See Also