Mesh Utilities#
Mesh Class#
|
Extended mesh class that inherits from meshio.Mesh. |
Node and Element Numbering#
The numbering module provides validation and utilities for node and element numbering.
Validation Functions#
|
Validate node ID numbering according to format requirements. |
|
Validate element ID numbering according to format requirements. |
Utility Functions#
|
Extract node ID mapping from mesh. |
|
Ensure mesh has element IDs in cell_data. |
|
Check for duplicate IDs in a list. |
|
Check for forbidden IDs according to format requirements. |
Mesh Validation Functions#
|
Check node ordering for supported cell types. |
|
Fix node ordering for supported cell types. |
|
Check if there are isolated/unconnected nodes in the mesh. |
|
Renumber elements sequentially starting from 1. |