magnet.io#
IO module.
Contains functions for reading meshes, mesh datasets and for graph data extraction (Adjacency matrix and node features computation).
meshio is used for reading meshes, so most of the mesh formats supported by it (should) work fine. However, only triangular, quadrilateral, polygonal, tetrahedral, hexahedral and pyramidal cells are supported.
Functions
|
Create dataset from mesh folder. |
|
Visualize exploded mesh using vtk renderer. |
|
Get boundary elements of the mesh. |
|
Load mesh dataset from folder. |
|
Load mesh graph dataset. |
|
Load mesh graph dataset from MATLAB files. |
|
Load mesh from file. |
|
Save mesh graph data to file. |
|
Save mesh to file. |