Skip to content

Commit 8f45c7d

Browse files
authored
Merge pull request #3139 from firedrakeproject/ksagiyam/undo_xfail_test_fieldsplit_fieldsplit_aux_multigrid
undo_xfail_test_fieldsplit_fieldsplit_aux_multigrid
2 parents 67ed752 + af2b94c commit 8f45c7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/regression/test_fieldsplit_fieldsplit_aux_multigrid.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def alpha(d):
3838
return (K, bcs)
3939

4040

41-
@pytest.mark.xfail(reason="FIX THIS LATER: Have to update our PETSc fork to fix build issues")
4241
@pytest.mark.skipif(utils.complex_mode, reason="inner(grad(u), grad(u)) not complex Gateaux differentiable.")
4342
def test_fieldsplit_fieldsplit_aux_multigrid():
4443
# Setup
@@ -143,8 +142,7 @@ def alpha(d):
143142
"fieldsplit_0_fieldsplit_1_aux_mg_coarse_assembled": {
144143
"mat_type": "aij",
145144
"pc_type": "lu",
146-
"pc_factor_mat_solver_type": "mumps",
147-
"mat_mumps_icntl_14": 500
145+
"pc_factor_mat_solver_type": "superlu_dist",
148146
},
149147
"fieldsplit_0_fieldsplit_1_aux_mg_levels_ksp_type": "chebyshev",
150148
"fieldsplit_0_fieldsplit_1_aux_mg_levels_ksp_convergence_test": "skip",

0 commit comments

Comments
 (0)