-
Re: Mesh refinement without Delaunay criterion violation
Louis,
refinement is (currently) always done by simply splitting triangles by adding vertices at the center points of the edges. Thus the quality will depend directly on the quality of the source triangles, and at the borders of the refined zone mesh quality will deteriorate. Indeed currently the only ways of improving are flipping edges/moving nodes or the smoothing algorithms.
Peter