medit_to_ice


medit_to_ice, a MATLAB code which reads a medit() MESH file and rewrites the information as an ice() NETCDF file.

Usage

medit_to_ice ( 'prefix' )
where reads prefix.mesh and creates prefix.nc.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

medit_to_ice is available in a C version and a C++ version and a Fortran90 version and a MATLAB version.

Related Programs:

medit_to_ice_test

ice_io, a MATLAB code which reads or writes ICE datasets, using the NETCDF format.

ice_to_medit, a MATLAB 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_mesh_io, a MATLAB code which can read or write 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.

Reference:

  1. Pascal Frey,
    MEDIT: An interactive mesh visualization software,
    Technical Report RT-0253,
    Institut National de Recherche en Informatique et en Automatique,
    03 December 2001.
  2. Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartne,
    The NetCDF User's Guide,
    Unidata Program Center, March 2009.

Source Code:


Last revised on 21 December 2022.