HMMOD_nodesetresult()
Assigns a nodal result to a node specified by the node pointer, layer and index.
Syntax
void HMMOD_nodesetresult(void * nodeptr, int layer, int index, float value);
Type
HyperMesh hmmodlib Function
Description
Assigns a nodal result to a node specified by the node pointer, layer and index.
Inputs
- nodeptr
- The pointer to the node.
- layer
- The layer where the nodal result should be stored.
- index
- The index of nodal results.
- value
- The value to be assigned to the nodal result at the specified node.
Errors
None.