What meshes are supported?

Hi,

I am considering to swap from the SfePy package to FEniCS to solve PDE problems so that I can find some more functionalities. I have some questions about the type of mesh formats and mesh kinds that are currently supported. I’d like to know if it is possible to import meshes created with gmsh, where I have labeled physical surfaces and volumes so that I can apply boundary conditions and different materials.

Thank you very much in advance,
Noel.

See for instance:
https://docs.fenicsproject.org/dolfinx/v0.6.0/python/demos/demo_gmsh.html
https://jsdokken.com/dolfinx-tutorial/chapter3/subdomains.html?highlight=read_from_msh#read-in-msh-files-with-dolfinx

https://jsdokken.com/dolfinx-tutorial/chapter3/em.html

and various other posts explaining how to use GMSH with DOLFINx.