A New and Simple Algorithm for Quality 2-Dimensional Mesh Generation

  • Authors:
  • Jim Ruppert

  • Affiliations:
  • -

  • Venue:
  • A New and Simple Algorithm for Quality 2-Dimensional Mesh Generation
  • Year:
  • 1992

Quantified Score

Hi-index 0.06

Visualization

Abstract

We present a simple new algorithm for triangulating polygons and planar straightline graphs. It provides "shape" and "size" guarantees: -All triangles have a bounded aspect ratio. - The number of "Steiner points" added is within a constant factor of optimal. Such "quality" triangulations are desirable as meshes for the finite element method, in which the running time generally increases with the number of triangles, and where the convergence and stability may be hurt by very skinny triangles. The technique we use--successive refinement of the Delaunay triangulation--extends a mesh generation technique of Chew by allowing triangles that vary in size. Previous algorithms with shape and size bounds have all been based on quadtrees. The Delaunay refinement algorithm matches their bounds, but uses a fundamentally different approach. It is much simpler, and hence easier to implement, and it generally produces smaller meshes in practice.