Skip to content

Commit

Permalink
Rollback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Mar 27, 2024
1 parent 9d28dde commit 848467f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions demo/demo_kirchhoff-love-clamped.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 848467f

Please sign in to comment.