Hi,
With the old version 1.6.0, I am able to load the file with boundaries labels using:
facet_boundaries = MeshFunction('size_t', mesh, facet_filename)
It gives me:
But in new version 2016.2.0 I've got this:
Where the problem could be?
Thank you!!!
Hi!
Use dolfin-convert of 2016.2.0 on your original mesh file again instead of importing your old versioned .xml. I asked the same question here
Thanks for your tips. I already figured it out. And it is really annoying. Because I have only an .xml version of this particular mesh =(