Skip to content

Commit

Permalink
fix: warning raised in v251
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 16, 2024
1 parent 13865b9 commit 69e2956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,10 @@ def box_with_fields(cleared, mapdl):
mapdl.mp("ex", 1, 2e10)
mapdl.mp("perx", 1, 1)
mapdl.mp("murx", 1, 1)
if mapdl.version >= 25.1:
mapdl.tb("pm", 1, "", "", "perm")
mapdl.tbdat("", 0)

mapdl.et(1, "SOLID70")
mapdl.et(2, "CPT215")
mapdl.keyopt(2, 12, 1) # Activating PRES DOF
Expand Down

0 comments on commit 69e2956

Please sign in to comment.