You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was recently using TetWild to do some re-meshing before some finite-element simulations. When generating a particularly coarse mesh with --epsilon = 500, I got a mesh that has 4 boundary faces incident on the same edge (see attached picture). Using a higher value of epsilon seems to make this go away but I thought you might want to know.
Best Regards and Thanks,
Nick
The text was updated successfully, but these errors were encountered:
I don't think there is anything in TetWild's algorithm that prevents it from creating non-manifold edges. I mean, if the envelope is too large, and surface vertices get pinched into a single edge within the envelope, the result is still technically correct (and I don't think there is any topological check in TetWild's update scheme). Decreasing the epsilon should make it go away as you observed.
Hi,
I was recently using TetWild to do some re-meshing before some finite-element simulations. When generating a particularly coarse mesh with --epsilon = 500, I got a mesh that has 4 boundary faces incident on the same edge (see attached picture). Using a higher value of epsilon seems to make this go away but I thought you might want to know.
Best Regards and Thanks,
Nick
The text was updated successfully, but these errors were encountered: