fem_to_triangle_test, a Fortran90 code which calls fem_to_triangle(), 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.
The information on this web page is distributed under the MIT license.
fem_to_triangle, a Fortran90 code which reads FEM files defining a 2D mesh of triangles, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding pair of node and element files for use by Jonathan Shewchuk's triangle().
ELL is an L-shaped region with 65 nodes and 96 elements.