kinnala / scikit-fem

Simple finite element assemblers
https://scikit-fem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
500 stars 79 forks source link

fix meshio subdomain dtype #1012

Closed HelgeGehring closed 1 year ago

HelgeGehring commented 1 year ago

Somehow gmsh added a subdomain called "gmsh:bounding_entities" to my mesh and the dtype was int32. This created a problem after #1010 was merged. (What exactly "gmsh:bounding_entities" is, is another question. But fixing the dtype should just avoid similar problems, too)