triangulation_quality, a C++ code which computes and prints quality measures for a given triangulation of a set of points in 2D.
The triangulation is defined by a node file containing the coordinates of nodes, and a triangle file containing sets of 3 or 6 node indices.
The quality measures computed include:
Each quality measure is defined as the minimum of its value over all the triangles; the maximum and best possible value is 1, and the minimum and worst possible value is 0.
triangulation_quality prefixwhere prefix is the common filename prefix:
The information on this web page is distributed under the MIT license.
triangulation_quality is available in a C++ version and a Fortran90 version and a MATLAB version and and an Octave version.
tet_mesh_quality, a C++ code which computes quality measures of a tetrahedral mesh.
triangle a C code which computes a triangulation of a geometric region.
triangulation a C++ code which carries out various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.
triangulation_node_to_element, a C++ code which reads files describing a set of nodes, their triangulation, and the value of one or more quantities at each node, and outputs a file that averages the quantities for each element. This operation in effect creates an "order1" finite element model of the data.
triangulation_order3 is a directory which contains a description and examples of order 3 triangulations.
triangulation_order6 is a directory which contains a description and examples of order 6 triangulations.