element_is_nfaced#

LibUserd.element_is_nfaced(element_type: int) bool#

For a given element type, determine if the element type is n-faced or not

Parameters:
element_type

The element type: LibUserd.ElementType enum value

Returns:
bool

True if the element is a NFACED or NFACED_GHOST and False otherwise.