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*
- $\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$bob800– bob8002020-04-16 23:37:10 +00:00Commented 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$Tim Laska– Tim Laska2020-04-17 01:09:35 +00:00Commented Apr 17, 2020 at 1:09
- $\begingroup$ that did the trick, thank you very much! $\endgroup$bob800– bob8002020-04-17 02:28:49 +00:00Commented 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$Tim Laska– Tim Laska2020-04-17 02:44:32 +00:00Commented Apr 17, 2020 at 2:44
- $\begingroup$ Thanks Tim, stupid mistake in my side. $\endgroup$user21– user212020-04-17 04:40:21 +00:00Commented Apr 17, 2020 at 4:40
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. list-manipulation), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-mma