VolMesh.unset_cell_attribute
- VolMesh.unset_cell_attribute(cell, name)[source]
Unset the attribute of a cell.
- Parameters
cell (int) – The cell identifier.
name (str) – The name of the attribute.
- Returns
None
- Raises
KeyError – If the cell does not exist.
Notes
Unsetting the value of a cell attribute implicitly sets it back to the value stored in the default cell attribute dict.