gmsh_to_fem, a Fortran90 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.
gmsh_to_fem prefixwhere prefix is the common filename prefix so that:
The information on this web page is distributed under the MIT license.
gmsh_to_fem 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.
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, examples which illustrate the use of the Gmsh program, a 1D, 2D or 3D mesh generator that can create meshes suitable for use by the finite element method (FEM).
gmsh_io, a Fortran90 code which can read or write some of the files created by the Gmsh program for 1D, 2D or 3D meshes used by the finite element method (FEM).
triangle_to_fem, a Fortran90 code which reads the NODE and ELE files created by triangle() to describe a triangular mesh, and writes a corresponding pair of node and element files in the 2D FEM format.