Click or drag to resize

PropagationStateElementEvaluator.AddDerivatives 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: 25.1.421.0 (25.1.421.0)
Syntax
public abstract void AddDerivatives(
	JulianDate date,
	DerivativeMode mode,
	PropagationStateArray derivativeArray
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The current time.
mode
Type: AGI.Foundation.NumericalMethods.DerivativeMode
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.Propagators.PropagationStateArray
The output array in which to add the resulting derivatives.
See Also