triangle_to_xml


triangle_to_xml, a C++ code which reads a pair of node and element files created by the triangle() program and writes a corresponding XML mesh file that can be used by fenics() or dolfin().

Usage:

triangle_to_xml prefix
where prefix is the common filename prefix so that:

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

triangle_to_xml is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

triangle_to_xml_test

fem_to_xml, a C++ code which reads FEM files defining a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding XML file for input to DOLFIN or FENICS.

fenics, examples which illustrate the use of FENICS, a collection of free software with an extensive list of features for automated, efficient solution of partial differential equations (PDE's).

showme, a C code which can display the POLY files uses as input to TRIANGLE, and the output files that define meshes and other objects.

triangle, a C code which computes Voronoi diagrams and Delaunay triangulations, and creates and manipulates files that can be displayed by SHOWME.

triangle_files, a data directory of examples of files used by the triangle() and showme() codes.

triangle_io, a C++ code which can read or write node and element files created by the triangle() code.

triangle_to_fem, a C++ code which reads the NODE and ELE files created by triangle() to describe a triangular mesh, and writes two simple "mesh" format files, listing node coordinates and element connectivity.

xml, a data directory which contains examples of XML files, a standard, general datafile format.

Source Code:


Last revised on 04 May 2020.