We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e311f commit ef8fd99Copy full SHA for ef8fd99
1 file changed
test/test_mixed_function_space_with_mixed_mesh.py
@@ -1,3 +1,4 @@
1
+import pytest
2
from ufl import (
3
CellVolume,
4
Coefficient,
@@ -10,6 +11,7 @@
10
11
SpatialCoordinate,
12
TestFunction,
13
TrialFunction,
14
+ div,
15
grad,
16
inner,
17
split,
0 commit comments