mesh

Mesh generation and optimization

It has been inccoperated into CGAL - one of the most popular software packages for compuational geometry; see 3D Mesh Generation (search odt).


This is the first paper we propose a new concept: optimal Delaunay triangulation (ODT) for the mesh adaptation. Given a convex function, an optimal Delaunay triangulation is a triangulation that minimizes the interpolation error among all triangulations with the same number of vertices, i.e. the distribution of vertices are optimized in order to minimize the interpolation error.


We then apply the ODT to the mesh smoothing to improve the mesh quality. The algorithms are developed for any dimensions but the numerical examples are restricted to 2-D. Later on, a French research group improved ODT smoothing scheme and have done the 3-D numerical examples using this approach. See ftp://ftp-sop.inria.fr/geometrica/alliez/vtm.pdf


We present anisotropic interpolation error analysis based on ODT although the concept ODT is not explicitly stated out.


We apply ODT to obtain sharp estimates of some constants in the sphere covering problem and optimal polytope approximation of convex bodies


We explicitly write out some constants which are important in the approximation theory.


We develop a new global mesh optimization scheme to construct ODT. Numerical experiments indicate our method produce a well shaped triangulation in a fast way.


Recently ODT is used quite often to generate shape regular tetrahedral meshes in three dimensions. It has been inccoperated into CGAL - one of the most popular software packages for compuational geometry; see 3D Mesh Generation (search odt).

The following papers on ACM SIGGRAPH (SIGGRAPH is widely considered the most prestigious forum for the publication of computer graphics research).

...our results indicate that in practice, our minimization
procedure generates well-shaped tets inside the domain, with better
radius ratio distribution curves than any of the tet meshes we came
across.
The authors improved ODT smoothing scheme and have done the 3-D numerical simulations.

Among the large body of work in mesh opti mization, the
Optimal Delaunay Triangulation approach (ODT for short) stands out, as
it casts both geometric and topological mesh improvement as a single,
unified functional optimization [Chen and Xu 2004; Chen 2004] that
tries to minimize in R4 the volume between a paraboloid and the
linear interpolation of the mesh vertices lifted onto the paraboloid.
Most notably, the concept of Optimal Delaunay Triangulations
(ODT) [Chen 2004; Chen and Xu 2004] anchored in functional
approximation has garnered attention ... Today, the isotropic meshes
obtained via ODT optimization consistently outperform other approaches
(based on advancing front, bubble packing, etc) in terms of element
quality (dihedral angles, aspect ratio, etc) for a given vertex
budget.

Other important references on ODT include: