I don't understand how boundary markers are defined in the Dolfin XML format. I see that it is a mesh function of data type uint. But what does the entity index refer to? A vertex?
<mesh_function type="uint" dim="2" size="4">
<entity index="0" value="27"/>
I have an example converted from gmsh using dolfin-convert where the size of mesh_function entries doesn't match with vertex nor with tetraedra count.
Thanks for your help.