triangle_to_fem, a C code which reads a pair of node and element files created by Jonathan Shewchuk's triangle() code and writes a corresponding pair of node and element files that correspond to the FEM format.
triangle_to_fem prefixwhere prefix is the common filename prefix so that:
The information on this web page is distributed under the MIT license.
triangle_to_fem is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and a Octave version.
fem_io, a C code which reads or writes node, element and data files defining a model associated with the finite element method (FEM).
fem2d, a data directory which contains examples of 2D FEM files, a pair of files defining the coordinates of nodes, and the nodes that form triangular elements.
gmsh_to_fem, a C code which reads a mesh data file created by the GMSH program and writes a pair of node and element files that correspond to the FEM format.
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 programs.
triangle_io, a C code which can read or write node and element files created by the TRIANGLE program.
triangle_to_xml, a C code which reads the NODE and ELE files created by triangle() to describe a triangular mesh in 2D, and writes out a corresponding XML mesh file for use by DOLFIN or FENICS.