Click or drag to resize

InstanceGetAdjointDerivative Method

Get adjoint derivative.

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

Parameters

unknowns
Type: Emulate3D.FMIIVariable
Unknown variables.
knowns
Type: Emulate3D.FMIIVariable
Known variables.
seed
Type: SystemDouble
Serialized components of the seed vector.
sensitivity
Type: SystemDouble
Serialized components of the sensitivity vector.

Return Value

Type: Status
Status flag.
See Also