Skip to content

Commit

Permalink
cholmod -> petsc
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Feb 10, 2023
1 parent a5108db commit bfb6250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_fdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pc_python_type": "firedrake.ASMExtrudedStarPC",
"pc_star_mat_ordering_type": "nd",
"pc_star_sub_sub_pc_type": "cholesky",
"pc_star_sub_sub_pc_factor_mat_solver_type": "cholmod",
"pc_star_sub_sub_pc_factor_mat_solver_type": "petsc",
"pc_star_sub_sub_pc_factor_mat_ordering_type": "natural",
}
}
Expand Down

0 comments on commit bfb6250

Please sign in to comment.