A Focus Algorithms for Auto-Connected Delaunay Triangular Mesh

Wang Huajun
DOI: https://doi.org/10.3969/j.issn.1000-5013.2005.02.023
2005-01-01
Abstract:Algorithms for the automatic generation of Delaunay triangular mesh can basically be classified as: divide and conquer, point-by-point insertion, growth of triangular mesh. Based on the third one, the author proposes a focus algorithm for the automatic connection of Delaunay triangular mesh. The proposed algorithm is also based on circle criterion of Delauney triangulation. Moreover, it is proposed by adopting object-oriented technology and by using dot array and dot index array to store the 2D scattered and disordered data. During expanding new triangle, the proposed algorithm let the searching range of dot be controlled within the circumcircle of given triangle so as to accelerate the computation. The proposed algorithm is very efficicent and is suitable for triangulation of large amount of data in particalar as indicated by the given examples of computation.
What problem does this paper attempt to address?