README 1.3 KB

1234567891011121314151617181920212223242526272829
  1. Gmsh (A three-dimensional finite element mesh generator with built-in
  2. pre- and post-processing facilities)
  3. Gmsh is an open source 3D finite element mesh generator with a
  4. built-in CAD engine and post-processor. Its design goal is to provide
  5. a fast, light and user-friendly meshing tool with parametric input
  6. and advanced visualization capabilities. Gmsh is built around four
  7. modules: geometry, mesh, solver and post-processing. The specification
  8. of any input to these modules is done either interactively using
  9. the graphical user interface, in ASCII text files using Gmsh's own
  10. scripting language (.geo files), or using the C++, C, Python or Julia
  11. Application Programming Interface (API).
  12. See this general presentation for a high-level overview of Gmsh
  13. and recent developments, the screencasts for a quick tour of Gmsh's
  14. graphical user interface, and the reference manual for a more thorough
  15. overview of Gmsh's capabilities, some frequently asked questions and
  16. the documentation of the C++, C, Python and Julia API.
  17. The source code repository contains many examples written using both
  18. the built-in script language (see e.g. the tutorials and demos) and
  19. the API.
  20. Note:
  21. If you want to build Getdp with Gmsh support is necessary to compile
  22. also a static gmsh library (libgmsh.a). This can be done by passing
  23. BUILDSTATICLIB=yes
  24. prior to run gmsh.SlackBuild