Skip to content

Commit 61f65b1

Browse files
committed
wip
1 parent c96c15b commit 61f65b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/firedrake/regression/test_hypre_ams.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
@pytest.mark.skiphypre
77
@pytest.mark.skipcomplex
8+
@pytest.mark.skipgpu
89
def test_homogeneous_field_linear():
910
mesh = UnitCubeMesh(5, 5, 5)
1011
V = FunctionSpace(mesh, "N1curl", 1)
@@ -39,6 +40,7 @@ def test_homogeneous_field_linear():
3940

4041
@pytest.mark.skiphypre
4142
@pytest.mark.skipcomplex
43+
@pytest.mark.skipgpu
4244
def test_homogeneous_field_matfree():
4345
mesh = UnitCubeMesh(5, 5, 5)
4446
V = FunctionSpace(mesh, "N1curl", 1)
@@ -76,6 +78,7 @@ def test_homogeneous_field_matfree():
7678

7779
@pytest.mark.skiphypre
7880
@pytest.mark.skipcomplex
81+
@pytest.mark.skipgpu
7982
def test_homogeneous_field_nonlinear():
8083
mesh = UnitCubeMesh(5, 5, 5)
8184
V = FunctionSpace(mesh, "N1curl", 1)
@@ -109,6 +112,7 @@ def test_homogeneous_field_nonlinear():
109112

110113
@pytest.mark.skiphypre
111114
@pytest.mark.skipcomplex
115+
@pytest.mark.skipgpu
112116
def test_homogeneous_field_linear_convergence():
113117
N = 4
114118
mesh = UnitCubeMesh(2**N, 2**N, 2**N)

0 commit comments

Comments
 (0)