Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGAL Surface_mesher produces dense clusters of nodes #5

Open
fangq opened this issue Jun 12, 2015 · 0 comments
Open

CGAL Surface_mesher produces dense clusters of nodes #5

fangq opened this issue Jun 12, 2015 · 0 comments

Comments

@fangq
Copy link
Owner

fangq commented Jun 12, 2015

Quite often, cgalsurf (Surface_mesher class in CGAL 3.x) produces an unusually dense node cluster as a result of a focused surface refinement; sometimes, this refinement can result in an infinite loop which eventually exhausts the system memory. This issue was originally reported here:

https://sympa.inria.fr/sympa/arc/cgal-discuss/2010-11/msg00032.html

A maximum node number count limit was added to iso2mesh to prevent the infinite loop, but still, many users had complained about the sub-optimal mesh quality of the mesh with uneven node distributions. The previous user reports can be found here:

https://groups.google.com/d/msg/iso2mesh-users/Wx_EKVJSVSE/WEbGED42oXAJ
https://groups.google.com/d/msg/iso2mesh-users/aRll2B0BKm0/_CTeiyFMlMwJ
https://groups.google.com/d/msg/iso2mesh-users/UermqCPNY_g/BgHf32g-Pj0J
https://groups.google.com/d/msg/iso2mesh-users/N-kF7Tmoyqk/TnD_ZkKFH2kJ
https://groups.google.com/d/msg/iso2mesh-users/EeBtu_ZUyUY/HzrFVEOl3uYJ

mesh
mymeshproblem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant