HMMOD_elementintegrationpointresultsaveragetoelementvalues()
Averages the element integration point results to element values.
Syntax
void HMMOD_elementintegrationpointresultsaveragetoelementvalues(int layer, int index);
Type
HyperMesh hmmodlib Function
Description
Averages the element integration point results to element values.
Inputs
- layer
- The layer of the element whose integration point results are to be averaged.
- index
- The index into the array of element integration points associated with each element.
Example
This function takes all of the integration points assigned to an element, averages them to the centroid of the element, and stores that result in the element values. Element integration point results must be averaged before they can be transferred to hmreslib.
Errors
None.