HMMOD_elementnodeonelementresultsaveragetonodevalue()

Averages the element node-on-element results to nodal values.

Syntax

void HMMOD_elementnodeonelementresultsaveragetonodevalue(int layer, int index);

Type

HyperMesh hmmodlib Function

Description

Averages the element node-on-element results to nodal values.

Inputs

layer
The layer of the element whose node-on-element results are to be averaged.
index
The index into the array of element node-on-element results associated with each element.

Example

This function takes all of the node-on-element results assigned to an element, averages them to the node, and stores that result in the node values. Node-on-element results must be averaged (except when there is only one value associated with the node-on-element results) before they can be transferred to hmreslib.

Errors

None.