mesh_io
mesh_io,
a MATLAB code which
reads or writes MESH files defining a finite element mesh.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Languages:
mesh_io is available in
a C version and
a C++ version and
a Fortran90 version and
a MATLAB version.
Related Programs:
mesh_io_test
fem_to_mesh,
a MATLAB code which
reads a pair of FEM files defining node coordinates and elements,
and creates a corresponding MESH file.
ice_to_mesh,
a MATLAB code which
reads a NETCDF file containing an ICE dataset and rewrites the
information as a MESH file.
mesh,
a data directory which
contains examples of 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.
mesh_to_ice,
a MATLAB pcode which
reads the ICE data information from a MESH files and rewrites
it to a NETCDF file.
Reference:
-
Pascal Frey,
MEDIT: An interactive mesh visualization software,
Technical Report RT-0253,
Institut National de Recherche en Informatique et en Automatique,
03 December 2001.
Source Code:
-
ch_cap.m
returns the capitalized version of a character;
-
ch_eqi.m
returns TRUE if a two characters are equal (ignoring case);
-
mesh_data_print.m,
prints mesh data.
-
mesh_read.m,
reads mesh data from a MESH file.
-
mesh_size_print.m,
prints mesh sizes from a MESH file.
-
mesh_size_read.m,
reads mesh sizes from a MESH file.
-
mesh_write.m,
writes mesh data to a MESH file.
-
s_begin.m,
is TRUE if two strings match, up to the end of the shorter string,
ignoring spaces and capitalization;
-
s_eqi.m,
is TRUE if two strings are equal, ignoring case and trailing blanks;
-
s_len_trim.m
returns the length of a string to the last nonblank;
Last revised on 15 December 2022.