Skip to content

Commit

Permalink
kkk
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Mar 26, 2024
1 parent b1fc685 commit a37a058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ufl/algorithms/apply_restrictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def _require_restriction(self, o):
if self.current_restriction is not None:
return o(self.current_restriction)
elif self.have_multiple_domains:
# exterior_facet or lower-dimensional cell integration (the latter not implemented).
return o
else:
raise ValueError(f"Discontinuous type {o._ufl_class_.__name__} must be restricted.")
Expand Down

0 comments on commit a37a058

Please sign in to comment.