We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92870c4 commit aee09ebCopy full SHA for aee09eb
firedrake/mesh.py
@@ -1756,7 +1756,7 @@ def _ufl_mesh(self):
1756
@property
1757
def dm_cell_types(self):
1758
"""All ``DM.PolytopeType``s of cells in the mesh."""
1759
- raise NotImplementedError("Notimplemented for ExtrudedMeshTopology")
+ raise NotImplementedError("'dm_cell_types' is not implemented for ExtrudedMeshTopology")
1760
1761
@utils.cached_property
1762
def cell_closure(self):
0 commit comments