gmsh 4.11.1
3D finite element grid generator
Gmsh is a 3D finite element grid 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 or in ASCII text files using Gmsh's own scripting language.
- Website: https://gmsh.info/
- Licenses: GPL 2+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gmsh 4.11.1
as follows:
guix install gmsh@4.11.1
Or install the latest version:
guix install gmsh
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.