Hi,
I have a question about mesh refinement under Dolfin.
If I create a mesh and a MeshFunction associated to it, like for example a
FacetFunction facet(mesh);
which store some information about the facet (e.g. label of the facet)
and later I do something like
new_mesh = refine(mesh)
is there any way in which I can add the same information to the new facet
of the new_mesh ?