gustaf.io.meshio.load#
- gustaf.io.meshio.load(fname)[source]#
Load mesh in meshio format. Loads vertices and their connectivity. Currently cannot process boundary.
Note
This is more or less a direct copy from the original gustav implementation. A lot of the meshio information are lost. When boundaries and multi-patch definitions are added this needs to be revisited and extended.
- Parameters:
fname (str | pathlib.Path)
- Return type:
MESH_TYPES | List[MESH_TYPES]