Hi everybody,
I am trying to load to Fenics a 3D mesh generated with Gmsh. My domain is cube 10x10x10 and sphere or radius 1 in the middle. Gmsh generates the geometry and the mesh fine, see attached image. Dolfin-convert works with no errors converting the .geo file to .xml. However when I load the .xml file with the Mesh command in Fenics, the plot shows only the sphere, see second attached image.
So does anyone have any idea about what goes wrong and where?
Thank you