dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22298
Re: [Question #150226]: Using mesher region information /?tags
Question #150226 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/150226
Neilen Marais posted a new comment:
Anders,
MeshFunction('foo.xml') doesnt seem to work for me. What does seem to
work is
mf = dol.MeshFunction('uint', mesh, 'foo.xml')
where 'uint' is the mesh function type. The docstring for MeshFunction
also seems to be a little confusing, since it seems to imply that you
need a four parameter call. If I want to update a doc string is the best
to check out the full fenics, or can I just send a patch to the ML?
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
Follow ups
References