triangulation_quality


triangulation_quality, an Octave code which computes and prints a variety of 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.

Usage:

triangulation_quality ( 'prefix' )
where 'prefix' is the common prefix for the node and triangle files

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

triangulation_quality is available in a C++ version and a Fortran90 version and a MATLAB version and and an Octave version.

Related Data and Programs:

triangulation_quality_test

distmesh, an Octave code which carries out triangular or tetrahedral mesh generation, by Per-Olof Persson and Gilbert Strang.

mesh2d, an Octave code which can automatically create a triangular mesh for a given polygonal region, by darren engwirda.

tet_mesh_quality, an Octave code which computes quality measures of a tetrahedral mesh.

triangulation, an Octave code which carries out various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.

triangulation_order3, a directory which contains a description and examples of order 3 triangulations.

triangulation_order6, a directory which contains a description and examples of order 6 triangulations.

Source Code:


Last revised on 05 July 2023.