HMMOD_elementsetintegrationpointresult()

Assigns a value to the integration point result of an element specified by element pointer, integration point, layer and index.

Syntax

void HMMOD_elementsetintegrationpointresult(void * elementptr, int layer, int integrationpoint, int index, float value);

Type

HyperMesh hmmodlib Function

Description

Assigns a value to 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 integration point result should be stored.
integrationpoint
The integration point where the result should be stored.
index
The index to the array of integration point results.
value
The value to be assigned to the integration point of the specified element.

Errors

None.