slackbuilds/academic/gmsh
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README academic/gmsh: Fix README, slack-desc. 2020-10-17 09:36:49 +07:00
gmsh.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
gmsh.desktop academic/gmsh: Added (Finite Element Mesh Generator). 2020-02-16 05:24:02 +07:00
gmsh.info academic/gmsh: Updated for version 4.5.4. 2020-03-14 07:19:45 +07:00
slack-desc academic/gmsh: Fix README, slack-desc. 2020-10-17 09:36:49 +07:00

README

Gmsh (A three-dimensional finite element mesh generator with built-in
pre- and post-processing facilities)

Gmsh is an open source 3D finite element mesh generator with a
built-in CAD engine and post-processor. Its design goal is to provide
a fast, light and user-friendly meshing tool with parametric input
and advanced visualization capabilities. 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, in ASCII text files using Gmsh's own
scripting language (.geo files), or using the C++, C, Python or Julia
Application Programming Interface (API).

See this general presentation for a high-level overview of Gmsh
and recent developments, the screencasts for a quick tour of Gmsh's
graphical user interface, and the reference manual for a more thorough
overview of Gmsh's capabilities, some frequently asked questions and
the documentation of the C++, C, Python and Julia API.

The source code repository contains many examples written using both
the built-in script language (see e.g. the tutorials and demos) and
the API.