triangle_to_fem_test, a C code which calls triangle_to_fem() to read a pair of node and element files created by Jonathan Shewchuk's triangle() code and write a corresponding pair of node and element files that correspond to the FEM format.
The information on this web page is distributed under the MIT license.
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.