Insert points in tetgen #117
Unanswered
clockwork85
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble with the insert_points flag in tetgen. It is working using the corresponding cube.poly with a cube.a.node file. In meshpy I have:
I've tried creating using options=Options("pqAai")
If I use these inputs I get the correct result:
I also tried just an interior node (0.5, 0.5, 0.5) in meshpy and it seems to ignore it as well, so it seems I'm not setting this up correctly. I checked the test/ and the examples/ and didn't find anything there to give me the correct method. Does anyone see where I'm going wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions