How to Install gmsh in Ubuntu 18.04



Install gmsh by entering the following commands in the terminal:

sudo apt update
sudo apt install gmsh

Description:

Three-dimensional finite element mesh generator

Gmsh is a 3D finite element grid generator with a build-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. . See Gmsh's reference manual for a more thorough overview of Gmsh's capabilities.

Homepage: http://www.geuz.org/gmsh/

Version: 3.0.6+dfsg1-1

Section: universe/math