NC mesh with hanging element? #4632
Answered
by
v-dobrev
dongzhangim
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
v-dobrev
Dec 17, 2024
Replies: 1 comment 1 reply
-
One problem that I see is: vertex id 5 is no longer needed, so you can remove it from |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dongzhangim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One problem that I see is: vertex id 5 is no longer needed, so you can remove it from
coordinates
and also fromvertex_parents
. Also, some of the vertices that you previously described in thevertex_parents
section have to be added as regular vertices due to the removal of vertex with id 5.