wme7 / GMSHparser

A collection of parsers for reading Gmsh mesh-files in format v2 and v4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMSHparser

This repo contains Matlab and C++17 (prototypes) parsers that are designed to read Gmsh's *.msh-files written format v2.2 and v4.1, according to the Gmsh 4.9.4 reference guide.

While the Matlab prototypes are self-explanatory, the C++17 equivalents are a pure header implementations. Moreover, these implementations are highly minimalistic and are aimed to be readable and easy to maintain.

This is done deliberately, so that they can be adapted and modified to any target application/code by any C++17 beginner.

Happy coding!

Manuel A. Diaz @ Pprime | Univ-Poitiers

About

A collection of parsers for reading Gmsh mesh-files in format v2 and v4.

License:MIT License


Languages

Language:C++ 68.1%Language:MATLAB 28.9%Language:GLSL 1.3%Language:Python 1.0%Language:Makefile 0.8%