Algorithms for mesh optimization fall into three categories.
- Geometric optimization: Vertices are moved to improve mesh quality. The topology is unchanged.
- Topological optimization: Reconnect the vertices to form different cells with better quality. This changes the topology of the mesh, but the geometry remains constant.
- Coarsening and refinement: Coarsen the mesh by collapsing edges; refine the mesh by splitting edges. These operations change both the geometry and topology of the mesh.
The simplicial mesh package is composed of three sub-packages:
Each of these sub-packages has a header file in the geom/mesh
directory. You can include all of the sub-packages by including the file geom/mesh.h
.
Generated on Fri Aug 24 12:56:00 2007 for Computational Geometry Package by
1.4.7