Skip to content

Commit

Permalink
MUMPS to the rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMacLachlan committed Dec 16, 2024
1 parent 480e313 commit face63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_galerkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_1d_heat_dirichletbc(order, basis_type):
DirichletBC(V, u_0, 1),
]

luparams = {"mat_type": "aij", "ksp_type": "preonly", "pc_type": "lu"}
luparams = {"mat_type": "aij", "ksp_type": "preonly", "pc_type": "lu", "pc_factor_mat_solver_type": "mumps"}

stepper = GalerkinTimeStepper(
F, order, t, dt, u, bcs=bc, basis_type=basis_type,
Expand Down

0 comments on commit face63f

Please sign in to comment.