HMMOD_elementgetnumberofintegrationpoints()
Retrieves the number of integration points in an element specified by a pointer to that element.
Syntax
int HMMOD_elementgetnumberofintegrationpoints(void * elementptr);
Type
HyperMesh hmmodlib Function
Description
Retrieves the number of integration points in an element specified by a pointer to that element.
Inputs
- elementptr
- The pointer to the element.
Example
The number of integration points in the specified element.
Errors
None.