triangulation_plot, a FORTRAN90 code which plots a triangulation.
The code reads one file listing the nodes, and a second file consisting of groups of 3 or 6 nodes that make up triangles, and creates an Encapsulated PostScript image of the triangulation.
triangulation_plot prefix node_vis triangle_viswhere prefix is the common prefix for the node and triangle files, and will also be used to name the output file:
The computer code and data files described and made available on this web page are distributed under the MIT license
triangulation_plot is available in a C++ version and a FORTRAN90 version and a MATLAB version.
TRI_SURFACE_DISPLAY, a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.
TRIANGULATION, a FORTRAN90 code which is useful for working with triangulations.
TRIANGULATION_SVG, a FORTRAN90 code which creates an SVG image of a triangulation, which can be displayed by a web browser.