A MODIFIED DELAUNAY MESH GENERATION METHOD FOR 2-D DOMAIN

XU Ming-hai,ZHANG Yan-bin,TAO Wen-Quan
DOI: https://doi.org/10.3321/j.issn:1000-5870.2001.02.030
2001-01-01
Abstract:A method for constructing two-dimensional unstructured meshes using the Delaunay triangulation criterion is described.The algorithm is based on the Bowyer-Watson's idea to construct the node links and on the advancing front method for generating the inner nodes. In the triangulation process, the latter inserted nodes may break less links by using this method. By taking the edges into the data structure, the Delaunay searching is a local process, and the recursive function calling can be avoided. So it is easy to construct the code, and the floating-point computation is reduced. The mesh density is controlled through defining the mesh step on the vertices of the ground mesh. Some examples show that the algorithm is robust and effective.
What problem does this paper attempt to address?