InstanceGetAdjointDerivative Method |
Get adjoint derivative.
Namespace:
Emulate3D.FMI.V3
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic 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:
StatusStatus flag.
See Also