Skip to content

Commit edfdb13

Browse files
authored
Update demo_reissner-mindlin-clamped.py
1 parent 73ee388 commit edfdb13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/demo_reissner-mindlin-clamped.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def all_boundary(x):
221221
J,
222222
-F,
223223
bcs=bcs,
224+
petsc_options_prefix="rm",
224225
petsc_options={"ksp_type": "preonly", "pc_type": "lu", "pc_factor_mat_solver_type": "mumps"},
225226
)
226227
u_ = problem.solve()

0 commit comments

Comments
 (0)