Click or drag to resize

InstanceGetDirectionalDerivative Method

Get directional derivative.

Namespace: Emulate3D.FMI.V3
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status GetDirectionalDerivative(
	IVariable[] unknowns,
	IVariable[] knowns,
	double[] seed,
	double[] sensitivity
)

Parameters

unknowns  IVariable
Unknown variables.
knowns  IVariable
Known variables.
seed  Double
Serialized components of the seed vector.
sensitivity  Double
Serialized components of the sensitivity vector.

Return Value

Status
Status flag.
See Also