Import a mesh created with Gmsh

Hi, I’m interested in importing a mesh created with Gmsh, is there a way to do it?. I have the mesh in .msh and .lsm formats

the gmshIO plugin is available in ParaView, since ParaView 5.10

============

Previous outdated answer:

.msh file are supported by a ParaView plugin.
You will have to build ParaView yourself to access this plugin.

https://gitlab.kitware.com/paraview/paraview/blob/master/Plugins/GmshReader/README.md

Have a look at paraview-meshio-reader.

It’s a Python plugin that allows you to read all meshio-supported mesh formats, including thus gmsh.

2 Likes

Updated for the gmshIO plugin