element_is_nsided#

LibUserd.element_is_nsided(element_type: int) bool#

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

Parameters:
element_type

The element type: LibUserd.ElementType enum value

Returns:
bool

True if the element is a NSIDED or NSIDED_GHOST and False otherwise.