HMMOD_elementgetintegrationpointresult()
Retrieves the integration point result of an element specified by element pointer, integration point, layer and index.
Syntax
float HMMOD_elementgetintegrationpointresult(void * elementptr, int layer, int integrationpoint, int index);
Type
HyperMesh hmmodlib Function
Description
Retrieves the integration point result of an element specified by element pointer, integration point, layer and index.
Inputs
- elementptr
- The pointer to the element.
- layer
- The layer where the integration point result is.
- integrationpoint
- The integration point where the result is.
- index
- The index to the array of integration point results.
Example
The integration point result at the specified element.
Errors
None.