Sunday, April 11, 2021

Finally my guys have chosen Gmsh

Since we are finally going productive in solving equations in 2D or 3D, we needed a mesh generator. We were using various tools, because meshing actually is a widespread need. However none of the previous tools used was satisfactory for a reason or another. Finally it looks like we have found what we were looking for in Gmsh. It is open source and in C++ which make it quite readable for us (if we ever need to go into the code). 



"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 and the API (see e.g. the tutorials and the and demos)."

No comments:

Post a Comment