medit_mesh_io, a Fortran90 code which reads and writes medit() MESH files, which define a mesh associated with the finite element method (FEM) in 2D or 3D, using triangles, quadrilaterals, tetrahedrons or hexahedrons.
The information on this web page is distributed under the MIT license.
medit_mesh_io is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
fem_to_medit, a Fortran90 program which reads a pair of FEM files defining node coordinates and elements, and creates a corresponding MEDIT mesh file.
medit, a data directory which contains examples of files which can be used by the MEDIT program to define a 2D or 3D mesh for use by the finite element method (FEM), using triangles, quadrilaterals, tetrahedrons or hexahedrons.
medit, examples which illustrate the use of medit(), an interactive graphics program developed to visualize numerical simulation results on unstructured meshes in two and three dimensions. Scalar, vector and tensor fields can be easily associated and displayed with meshes. The program is by Pascal Frey.
medit_to_fem, a Fortran90 program which reads a medit() MESH file and writes a node and element files that correspond to the FEM format.
triangle_to_medit, a Fortran90 program which reads the NODE and ELE files created by triangle() to describe a triangular mesh, and writes a corresponding medit() MESH file.