TET_MESH_QUALITY is a MATLAB program, using double precision arithmetic, which computes and prints a variety of quality measures for a given tet mesh of a set of points in 3D.
The tet mesh is defined by a node file containing the coordinates of nodes, and a tetra file containing quadruples of node indices. For more information on this format, see order 4 Tet Mesh format.
The quality measures computed include:
Each quality measure is defined as the minimum of its value over each tetrahedron. The maximum and best possible value is 1, and the minimum and worst value is 0.
CVT_TET_MESH is a FORTRAN90 library which uses CVT methods to compute a tet mesh in a region.
GEOMPACK3 is a FORTRAN90 library which includes a routine DTRIS3 to compute the tet mesh of a set of points in 3D.
MATLAB includes a command delaunay3 for computing the tet mesh of a set of points in 3D.
TABLE_QUALITY is an executable MATLAB program, which computes quality measures for an arbitrary (untriangulated) pointset in any dimension.
TABLE_TET_MESH is an executable FORTRAN90 program for computing the tet mesh of a set of points in 3D.
TEST_TET_MESH is a FORTRAN90 library defining a few test regions for the generation of a tet mesh.
TET_MESH is a MATLAB library of routines for computations with a tet mesh.
TET_MESH_DISPLAY is an executable MATLAB program which can read in the node and tetra files defining a tet mesh and display a wireframe image.
TET_MESH_DISPLAY_OPEN_GL is a C++ executable program which reads a tet mesh and displays the nodes and edges using OpenGL.
TET_MESH_L2Q is an executable MATLAB program which converts a linear to quadratic tet mesh.
TET_MESH_NEIGHBORS is an executable MATLAB program which computes the tetrahedral adjacency information.
TET_MESH_Q2L is an executable MATLAB program which converts a quadratic to linear tet mesh.
TET_MESH_QUALITY is also available in a C++ version and a FORTRAN90 version.
TET_MESH_RCM is an executable MATLAB program which takes a tet mesh and relabels the nodes to reduce the bandwidth of the corresponding adjacency matrix.
TET_MESH_REFINE is an executable MATLAB program which can refine a tet mesh.
TRIANGULATION_QUALITY is an executable MATLAB program which computes triangle-based quality measures for a triangulation of a set of points in 2D.
Source files you may copy include:
CUBE is a simple example of 8 nodes in a cube. Test files you may copy include:
P01_00050 is a 3x1x1 channel, containing 50 nodes. Files you may copy include:
P01_00400 is a 3x1x1 channel, containing 400 nodes. Files you may copy include:
P01_03200 is a 3x1x1 channel, containing 3200 nodes. Files you may copy include:
You can go up one level to the MATLAB source codes.