Jump to content

Chew's second algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RuppertsAlgorithm (talk | contribs) at 21:01, 5 November 2010 (Removing external links... triangle doesn't need to be linked twice.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Mesh generated with Chew's second algorithm text
Mesh of Lake Michigan generated with Triangle using Chew's second algorithm.

In mesh generation, Chew's second algorithm is an Delaunay refinement algorithm for creating quality constrained Delaunay triangulations. The algorithm takes a piecewise linear system (PLS) and returns a constrained Delaunay triangulation of only quality triangles where quality is defined by the minimum angle in a triangle. Developed by L. Paul Chew for meshing surfaces embedded in three-dimensional space [1], Chew's second algorithm has been adopted as a two-dimensional mesh generator due to practical advantages over Ruppert's algorithm in certain cases and is the default quality mesh generator implemented in the freely available Triangle package.

Chew's second algorithm is guaranteed to terminate and produce a local feature size-graded meshes with minimum angle up to about 26.5 degrees[2].

References

  1. ^ Chew, L. Paul (1993). "Guaranteed-quality mesh generation for curved surfaces". Proceedings of the Ninth Annual Symposium on Computational Geometry. pp. 274–280. {{cite conference}}: Unknown parameter |booktitle= ignored (|book-title= suggested) (help)
  2. ^ Shewchuk, Jonathan (2002). "Delaunay refinement algorithms for triangular mesh generation". Computational Geometry: Theory and Applications. 22 (1–3): 21–74.