File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/firedrake/regression Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 55
66@pytest .mark .skiphypre
77@pytest .mark .skipcomplex
8+ @pytest .mark .skipgpu
89def 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
4244def 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
7982def 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
112116def test_homogeneous_field_linear_convergence ():
113117 N = 4
114118 mesh = UnitCubeMesh (2 ** N , 2 ** N , 2 ** N )
You can’t perform that action at this time.
0 commit comments