Click or drag to resize

TwoBodyGravity.GetPartialDerivativesEvaluator Method

Gets an evaluator that calculates the partial derivatives of the two body gravity acceleration with respect to any of the independentVariables parameters that apply.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PartialDerivativesEvaluator GetPartialDerivativesEvaluator(
	IList<IPartialDifferentiable> independentVariables,
	EvaluatorGroup group
)

Parameters

independentVariables
Type: System.Collections.Generic.IList<IPartialDifferentiable>
The list of IPartialDifferentiable representing the independent variables that the created partial derivative evaluator calculates partials with respect to.
group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group to contain the evaluator.

Return Value

Type: PartialDerivativesEvaluator
The PartialDerivativesEvaluator.

Implements

IPartialDifferentiable.GetPartialDerivativesEvaluator(IList<IPartialDifferentiable>, EvaluatorGroup)
See Also