mymesh.utils.ErodeVoxel#
- mymesh.utils.ErodeVoxel(NodeCoords, NodeConn, nLayers=1)[source]#
Removes the specified number of layers from a hexahedral mesh
- Parameters:
- Returns:
PeeledCoords (List) – Node coordinates for each node in the peeled mesh.
PeeledConn (list) – Nodal connectivity for each element in the peeled mesh.
PeelCoords (list) – Node coordinates for each node in the layers of the mesh that have been removed.
PeelConn (list) – Nodal connectivity for each element in the layers of the mesh that have been removed.