fem_to_triangle, a Fortran90 code which reads FEM files of node coordinates and element connectivity, which define a mesh of a 2D region, divided into triangular elements, and creates a corresponding pair of triangle() files.
These files can be used as input to Triangle for viewing, or mesh refinement.
fem_to_triangle prefixwhere prefix is the common filename prefix:
The information on this web page is distributed under the MIT license.
fem_to_triangle is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
fem_io, a Fortran90 code which reads or writes node, element and data files defining a model associated with the finite element method (FEM).
fem_to_gmsh, a Fortran90 code which reads FEM files definining a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a Gmsh mesh file.
fem_to_xml, a Fortran90 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.
fem2d, a data directory which contains examples of 2D FEM files, text files that describe a 2D geometry and node values associated with the finite element method (FEM);
triangle_files, a data directory which contains examples of files used by the triangle() and showme() codes.
triangle_io, a Fortran90 code which can read or write some of the files created by Jonathan Shewchuk's triangle() code.