We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9f800 commit 34e744aCopy full SHA for 34e744a
1 file changed
firedrake/mesh.py
@@ -2106,6 +2106,11 @@ def cell_closure(self):
2106
2107
entity_orientations = None
2108
2109
+ @property
2110
+ def local_cell_orientation_dat(self):
2111
+ """Local cell orientation dat."""
2112
+ raise NotImplementedError("Not implemented for VertexOnlyMeshTopology")
2113
+
2114
def _facets(self, kind):
2115
"""Raises an AttributeError since cells in a
2116
`VertexOnlyMeshTopology` have no facets.
0 commit comments