Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gmsh
gmsh
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 127
    • Issues 127
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gmsh
  • gmshgmsh
  • Wiki
  • Home

Last edited by Christophe Geuzaine Dec 31, 2020
Page history

Home

Official Gmsh documentation and tutorials

  • Official documentation (the source texinfo files are available here)
  • Gmsh API in C++, C, Python and Julia
  • Tutorials for the built-in Gmsh scripting language (.geo files) and the Gmsh API:
    • .geo files: start with t1.geo, then t2.geo, etc.
    • C++ API: start with t1.cpp, then t2.cpp, etc.
    • Python API: start with t1.py, then t2.py, etc.
    • Julia API: start with t1.jl, then t2.jl, etc.
  • Additional examples: .geo files, API

Other Gmsh tutorials

  • Bertrand Thierry's Gmsh tutorial for students
  • Youtube search "gmsh tutorial"

Gmsh workshops

  • The First Gmsh Workshop was held in Braives on September 15-16, 2011
  • The Second Gmsh Workshop was held in Moressée on May 23-24, 2013
  • The Third Gmsh Workshop was held in Lanzarote on March 29-31, 2017

Building Gmsh and contributing to the source code

  • General instructions are provided in the main README
  • Step by step compilation instructions, including compilation of common dependencies
  • Git cheat sheet to read before contributing to Gmsh.
  • Gmsh build status

Other resources

  • Archives of the Gmsh mailing list (1998-2020)
  • Bin Wang’s code to reorder the points and elements for Gmsh meshes based on Hilbert Curve: https://github.com/BinWang0213/HilbertSort
Clone repository
  • First Gmsh Workshop
  • Git cheat sheet
  • Gmsh compilation
  • Second Gmsh Workshop
  • Third Gmsh Workshop
  • Home