Skip to content

Commit

Permalink
Fix contact example (#2805)
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
germa89 authored Feb 22, 2024
1 parent fb7fedc commit 935eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/00-mapdl-examples/contact_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# Here, we plot the element mesh as a wire-frame to show that the
# contact pairs overlap.

mapdl.esel("S", "SEC", vmin=5, vmax=6)
mapdl.esel("S", "SEC", vmin=3, vmax=4)
mapdl.eplot(style="wireframe", line_width=3)

###############################################################################
Expand Down

0 comments on commit 935eb14

Please sign in to comment.