Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaversin committed Sep 27, 2022
1 parent 874a070 commit 9326658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ufl/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,12 +999,14 @@ class ReferenceFacetVolume(GeometricFacetQuantity):
__slots__ = ()
name = "reference_facet_volume"


@ufl_type()
class ReferenceEdgeVolume(GeometricEdgeQuantity):
"""UFL geometry representation: The volume of the reference cell of the current edge."""
__slots__ = ()
name = "reference_edge_volume"


@ufl_type()
class CellVolume(GeometricCellQuantity):
"""UFL geometry representation: The volume of the cell."""
Expand Down

0 comments on commit 9326658

Please sign in to comment.