Undesired addition of Steiner points #88
Unanswered
jeffreystudent
asked this question in
Q&A
Replies: 1 comment
-
As far as I remember, TetGen developers does not have this option, but I think this would be better to ask of the TetGen developers. If the underlyng code has the capability, we can certainly make it available in meshpy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on the re-meshing of a tetrahedron by adding 4 points along edges of the original element. However, an extra point is added every time, and I am pretty sure it is not necessary. Am I missing an option that I am not using?
I tried using the -S switch and setting opt.steinerleft to zero, but that way two points are added. I do know that the shape of the elements will be very narrow but that is okay to me.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions