Dear all,
I am using dolfinx 0.5.2 and gmsh 4.8.0 (Debian package). When i try to import model_to_mesh from dolfinx.io.gmshio, i obtain the following error:
AttributeError: module ‘dolfinx.io.gmshio’ has no attribute 'model_to_mesh
If i list the functions in dolfinx.io.gmshio, there is actually no model_to_mesh. Does anyone know how to fix this?
Thanks you so much