VolMesh.delete_cell

VolMesh.delete_cell(cell)[source]

Delete a cell from the volmesh.

Parameters:
cellint

The identifier of the cell.

Returns:
None
Raises:
KeyError

If the cell does not exist.

See also

delete_vertex(), delete_halfface()

Notes

Remaining unused vertices are not automatically deleted. Use remove_unused_vertices() to accomplish this.