Skip to content

Commit 1021720

Browse files
authored
Update demo_reissner-mindlin-simply-supported.py
1 parent edfdb13 commit 1021720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/demo_reissner-mindlin-simply-supported.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def make_bc(value, V, on_boundary):
238238
J,
239239
-F,
240240
bcs=bcs,
241+
petsc_options_prefix="rm",
241242
petsc_options={"ksp_type": "preonly", "pc_type": "lu", "pc_factor_mat_solver_type": "mumps"},
242243
)
243244
u_ = problem.solve()

0 commit comments

Comments
 (0)