In [[mesh generation]], '''Chew's second algorithm algorithm''' is an [[algorithm]] for creating quality constrained [[Delaunay triangulation]]s. The algorithm takes a [[piecewise linear]] system (PLS) and returns a constrained Delaunay triangulation of only quality triangles. A triangle is considered poor-quality if it has a circumradius to shortest edge ratio larger than some prescribed threshold.
<ref>{{cite journal | first1=Jonathan | last1=Shewchuk | title=Delaunay refinement algorithms for triangular mesh generation | journal=Computational Geometry: Theory and Applications | year=2002 | volume=22 | issue=1-3 | pages=21–74}}</ref>
Chew's second algorithm is the default quality mesh generator implemented in the freely available [http://www.cs.cmu.edu/~quake/triangle.html Triangle] package.
== See also ==
* [[Ruppert's_Algorithm|Ruppert's Algorithm]]
* [[Voronoi diagram]]
* [[Polygon mesh]]
== References ==
{{Reflist}}
== External links ==
* {{cite web
| last = Shewchuk | first = Jonathan
| title = Triangle: A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.