File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5656 "fieldsplit_1_sub_pc_type" : "ilu" }])
5757@pytest .mark .skipcomplex
5858@pytest .mark .skipcomplexnoslate
59+ @pytest .mark .skipgpu
5960def test_nested_split_multigrid (parameters ):
6061 mesh = UnitSquareMesh (10 , 10 )
6162
Original file line number Diff line number Diff line change 44
55@pytest .mark .skiphypre
66@pytest .mark .skipcomplex
7+ @pytest .mark .skipgpu
78def test_homogeneous_field_linear ():
89 mesh = UnitCubeMesh (10 , 10 , 10 )
910 V = FunctionSpace (mesh , "RT" , 1 )
@@ -32,6 +33,7 @@ def test_homogeneous_field_linear():
3233
3334@pytest .mark .skiphypre
3435@pytest .mark .skipcomplex
36+ @pytest .mark .skipgpu
3537def test_homogeneous_field_matfree ():
3638 mesh = UnitCubeMesh (10 , 10 , 10 )
3739 V = FunctionSpace (mesh , "RT" , 1 )
@@ -63,6 +65,7 @@ def test_homogeneous_field_matfree():
6365
6466@pytest .mark .skiphypre
6567@pytest .mark .skipcomplex
68+ @pytest .mark .skipgpu
6669def test_homogeneous_field_nonlinear ():
6770 mesh = UnitCubeMesh (10 , 10 , 10 )
6871 V = FunctionSpace (mesh , "RT" , 1 )
@@ -89,6 +92,7 @@ def test_homogeneous_field_nonlinear():
8992
9093@pytest .mark .skiphypre
9194@pytest .mark .skipcomplex
95+ @pytest .mark .skipgpu
9296def test_homogeneous_field_linear_convergence ():
9397 mesh = UnitCubeMesh (10 , 10 , 10 )
9498 V = FunctionSpace (mesh , "RT" , 1 )
You can’t perform that action at this time.
0 commit comments