uxarray.Grid.n_max_face_nodes

uxarray.Grid.n_max_face_nodes#

property Grid.n_max_face_nodes#

Maximum number of nodes defining a single face.

For example, if the grid is composed entirely of triangular faces, the value would be 3. If the grid is composed of a mix of triangles and hexagons, the value would be 6.

Returns:

n_max_face_nodes – The maximum number of nodes that can define a face.

Return type:

int