Three-dimensional mesh graphics with Gmsh
[Posted April 22, 2003 by cook]
Christophe Geuzaine and Jean-François Remacle have authored
a graphics utility known as
Gmsh.
Gmsh is an automatic 3D finite element mesh generator (primarily Delaunay)
with build-in CAD and post-processing facilities. Its primal design goal is
to provide a simple meshing tool for academic test cases with parametric
input and up to date visualization capabilities. One of its strengths is
the ability to respect a characteristic length field for the generation of
adapted meshes on lines, surfaces and volumes, and to mix these meshes with
simple structured grids.
Gmsh is built around four modules: geometry, mesh, solver and
post-processing. The specification of any input to these modules is done
either interactively using the graphical user interface or in ASCII text
files using Gmsh's own scripting language.
Some of the available Gmsh documentation includes the online
reference manual and
FAQ.
The overview section of the documentation
mentions a number of possible applications for Gmsh.
As with most graphical software, the
screenshots
give you a good idea of the software's capabilities.
Some interesting electrical, mechanical, and fluid engineering
drawings are included.
Version 1.44 of Gmsh has been released.
Changes include new documentation and PNG support, see the
VERSIONS file
for more information on the project's history.
Gmsh is a cross-platform project, it runs on Linux, various flavors
of UNIX, and Windows.
Gmsh has been licensed under the GPL, downloads are
available here,
tarballs and RPMs are available.
Dependencies include the OpenGL libraries, GSL (>1.2), and FLTK 1.1.X.
(
Log in to post comments)