TRIANGULATION_SVG, a MATLAB program which creates an SVG image of a triangulation, which can be displayed by an web browser.
TRIANGULATION_SVG reads one file listing the nodes, and a second file consisting of groups of 3, 4 or 6 nodes that make up elements.
triangulation_svg ( 'prefix')where 'prefix' is the common prefix for the node and element 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 GNU LGPL license.
TRIANGULATION_SVG is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
TRIANGLE_SVG, a MATLAB library which uses Scalable Vector Graphics (SVG) to plot a triangle and any number of points, to illustrate quadrature rules and sampling techniques.
TRIANGULATION_DISPLAY, a MATLAB program which displays the nodes and elements of a triangulation on the MATLAB graphics screen;
TRIANGULATION_DISPLAY_OPENGL, a C++ program which reads files defining a triangulation and displays an image using Open GL.