load_mesh
gripyth.meshing.load_mesh
Load meshes.
FUNCTION | DESCRIPTION |
---|---|
load_mesh_from_npz |
Load a mesh from a numpy |
save_mesh_to_npz |
Save a mesh from a numpy npz file. |
load_mesh_from_npz
Load a mesh from a numpy .npz
file.
Node and element sets are prefixed with "elem_set_" / "node_set_", so we do not need use the unsafe pickle library.