Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ thank you for taking the time to walk through this. As I mentioned, user21's answer works fine for displaying the "bmesh" ElementMarkers alongside the "mesh" wireframe. But if you change your last line to display the marked boundary elements of the "mesh" itself, you will get the scrambled picture I posted. For applying boundary conditions, I need to have these markers correctly set in the actual ElementMesh, not a boundary mesh (please correct me if I am mistaken). Perhaps I am missing something $\endgroup$ Commented Apr 16, 2020 at 23:37
  • 1
    $\begingroup$ @bob800 I think that I may have fixed the issue using you Show command. Let me know if it works for you. $\endgroup$ Commented Apr 17, 2020 at 1:09
  • $\begingroup$ that did the trick, thank you very much! $\endgroup$ Commented Apr 17, 2020 at 2:28
  • $\begingroup$ @bob800 You are welcome! I believe the mesher under the hood may reorder coordinates and renumber the incidents from the user supplied and that is how they got garbled. $\endgroup$ Commented Apr 17, 2020 at 2:44
  • $\begingroup$ Thanks Tim, stupid mistake in my side. $\endgroup$ Commented Apr 17, 2020 at 4:40