diff --git a/demo/demo_kirchhoff-love-clamped.py b/demo/demo_kirchhoff-love-clamped.py index b30e762..c02b598 100644 --- a/demo/demo_kirchhoff-love-clamped.py +++ b/demo/demo_kirchhoff-love-clamped.py @@ -210,11 +210,7 @@ def all_boundary(x): a, L, bcs=bcs, - petsc_options={ - "ksp_type": "preonly", - "pc_type": "lu", - "pc_factor_mat_solver_type": "superlu_dist", - }, + petsc_options={"ksp_type": "preonly", "pc_type": "lu", "pc_factor_mat_solver_type": "mumps"}, ) u_h = problem.solve()