HMRES_complexvalueadd()
Adds a complex value to a data type.
Syntax
int HMRES_complexvalueadd(HM_entityidtype id, double magnitude, double phase);
Type
HyperMesh hmreslib Function
Description
Adds a complex value to a data type.
Inputs
- id
- The ID of the node or element.
- magnitude
- The magnitude component of the complex number.
- phase
- The phase component of the complex number in degrees.
Errors
None.