triangulation_svg, a MATLAB code which creates a Scalable Vector Graphics (SVG) image of a triangulation, which can be displayed by an web browser.
The code 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 information on this web page is distributed under the MIT license.
triangulation_svg is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
triangle_svg, a MATLAB code 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 code which displays the nodes and elements of a triangulation;