Skip to content

Commit 3180eb3

Browse files
committed
Fix missing domain kwarg in pullback
1 parent b8483c3 commit 3180eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ufl/pullback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def is_identity(self) -> bool:
348348
"""Is this pull back the identity (or the identity applied to mutliple components)."""
349349
return False
350350

351-
def apply(self, expr):
351+
def apply(self, expr, domain=None):
352352
"""Apply the pull back.
353353
354354
Args:

0 commit comments

Comments
 (0)