nschloe/meshio

Physical groups .msh error

FrankFrank9 opened this issue · 0 comments

Hi,

when I write .gmsh file I lose all the informations about physical groups
If I use
Mesh.SaveAll = 1
I cannot read the .msh file with meshio in python because of

ValueError: Incompatible cell data 'gmsh:physical'. 286 cell blocks, but 'gmsh:physical' has 19 blocks.

Any idea on how to solve this issue?