triangle_to_xml, a MATLAB code which reads a pair of node and element files created by Jonathan Shewchuk's triangle() program and writes a corresponding XML mesh file that can be used by fenics() or dolfin().
triangle_to_xml ( 'prefix' )where prefix is the common filename prefix so that:
The information on this web page is distributed under the MIT license.
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.
fem_to_xml, a MATLAB 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).
triangle_files, a data directory of examples of files used by the triangle() and showme() codes.
triangle_io, a MATLAB code which reads or writes node and element files created by Jonathan Shewchuk's triangle() program.
triangle_to_fem, a MATLAB code which reads the node and ele files created by Jonathan Shewchuk's triangle() code 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.