gmsh-interop

A parser for GMSH's .msh format


License
MIT
Install
pip install gmsh-interop==2021.1.1

Documentation

Interoperability between Python and Gmsh

Gitlab Build Status Github Build Status Python Package Index Release Page

This package allows Python to interoperate with the gmsh mesh generator.

This package contains:

  • gmsh_interop.reader to read gmsh's .msh file format.
  • gmsh_interop.runner to run gmsh under program control and process its output.

Its contents was extracted from meshpy to escape its obnoxious licensing.

Links: