Skip to content

Commit

Permalink
fix: example calling get_areas with "r"
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 23, 2024
1 parent 9455e82 commit acc072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/00-mapdl-examples/composite_dcb.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
mapdl.allsel()
mapdl.asel("s", "loc", "z", 1.7)
areas = mapdl.geometry.anum
mapdl.geometry.area_select(areas[0], "r")
mapdl.asel("r", vmin=areas[0])
mapdl.nsla("r", 1)
mapdl.nsel("r", "loc", "x", pre_crack, length + pre_crack + eps)
mapdl.components["cm_1"] = "node"
Expand Down

0 comments on commit acc072e

Please sign in to comment.