Skip to content

Commit

Permalink
Add original code back in as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
indiamai committed Jan 13, 2025
1 parent 59bca73 commit 6aa685c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firedrake/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ def _ufl_cell(self):
# represent a mesh topology (as here) have geometric dimension
# equal their topological dimension. This is reflected in the
# corresponding UFL mesh.
# return ufl.Cell(_cells[tdim][nfacets])
return constructCellComplex(_cells[tdim][nfacets])

@utils.cached_property
Expand Down

0 comments on commit 6aa685c

Please sign in to comment.