nodes_per_element#

LibUserd.nodes_per_element(element_type: int) int#

For a given element type (e.g. HEX20), return the number of nodes used by the element. Note, this is not supported for NSIDED and NFACED element types.

Parameters:
element_type

The element type: LibUserd.ElementType enum value

Returns:
int

Number of nodes per element or 0 if elem_type is not a valid zoo element type.