TRIANGULATION_SVG
SVG Image of Triangulation


TRIANGULATION_SVG is a FORTRAN77 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.

Usage:

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:

Licensing:

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

Languages:

TRIANGULATION_SVG is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

TRIANGULATION, a FORTRAN77 library which carries out various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.

Reference:

  1. W3C, Scalable Vector Graphics 1.1 (Second Edition), 16 August 2011, http://www.w3.org/TR/SVG11/

Source Code:

Examples and Tests:

LAKE is a lake region.

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 03 April 2014.