Skip to content

Commit 34e744a

Browse files
committed
codim 1
1 parent 4a9f800 commit 34e744a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

firedrake/mesh.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,11 @@ def cell_closure(self):
21062106

21072107
entity_orientations = None
21082108

2109+
@property
2110+
def local_cell_orientation_dat(self):
2111+
"""Local cell orientation dat."""
2112+
raise NotImplementedError("Not implemented for VertexOnlyMeshTopology")
2113+
21092114
def _facets(self, kind):
21102115
"""Raises an AttributeError since cells in a
21112116
`VertexOnlyMeshTopology` have no facets.

0 commit comments

Comments
 (0)