Skip to content

Commit

Permalink
tweak solver parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rckirby committed Aug 13, 2024
1 parent 93edf32 commit f459d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def Ffull(z, test):
"snes_linesearch_type": "l2",
"ksp_type": "preonly",
"pc_type": "lu",
"pc_factor_mat_solver_type": "mumps"
"pc_factor_mat_solver_type": "pastix",
"pc_factor_shift_type": "inblocks"
}

lulin = {
Expand Down

0 comments on commit f459d98

Please sign in to comment.