medit_mesh_io, an Octave 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 computer code and data files described and made available on this web page are distributed under the GNU LGPL 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, an Octave code which reads a pair of FEM files defining node coordinates and elements, and creates a corresponding MEDIT MESH file.
ice_to_medit_mesh, an Octave code which reads a NETCDF file containing an ICE dataset and rewrites the information as a MEDIT MESH file.
medit_mesh, a data directory which contains examples of MEDIT MESH files, which can be used to define the geometry of a finite element mesh in 2D or 3D, using triangles, quadrilaterals, tetrahedrons or hexahedrons.
medit_to_ice, a MATLAB pcode which reads the ICE data information from a MEDIT MESH file and rewrites it to a NETCDF file.