← Back to team overview

dolfin team mailing list archive

Re: [Question #150226]: Using mesher region information /?tags

 

On Thu, Mar 24, 2011 at 03:11:35PM -0000, Neilen Marais wrote:
> 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')

Yes, sorry. Even I can't remember the interface.

> 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?

The best would be to check out check out the latest development
version of DOLFIN, fix the docstring, install it and verify it works,
then send it as a patch or bzr bundle.

--
Anders



References