HMMOD_elementidsetintegrationpointresult()
Assigns a value to the result at an integration point of an element specified by ID, layer, integration point, and index.
Syntax
void HMMOD_elementidsetintegrationpointresult(HM_entityidtype id, int layer, int integrationpoint, int index, float value);
Type
HyperMesh hmmodlib Function
Description
Assigns a value to the result at an integration point of an element specified by ID, layer, integration point, and index.
Inputs
- id
- The ID of the element.
- layer
- The layer where the integration point result should be stored.
- integrationpoint
- The integration point where the result should be stored.
- index
- The index into the array of integration point results.
- value
- The value to be assigned to the result at the integration point.
Errors
None.