HMMOD_nodegetcounter()

Retrieves the value stored in counter.

Syntax

int HMMOD_nodegetcounter(void * nodeptr);

Type

HyperMesh hmmodlib Function

Description

Retrieves the value stored in counter.

Inputs

nodeptr
The pointer to the node.

Example

The value of counter.

This function allows you to use the value stored in the counter to average element values back to the node.

Errors

None.