dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14052
Re: Assembler
On ma., 2009-06-22 at 10:42 +0100, Garth N. Wells wrote:
> kent-and@xxxxxxxxx wrote:
> > When using VMTK the boundary indicators are stored as a set of arrays
> > with names
> > boundary facet cells,
> > boundary facet numbers
> > boundary indicators
> > The two first arrays are used to find the global facet numbers.
> > The function computes a mesh function based on these arrays.
> >
> > This was what Anders prefered since VMTK does not now anything
> > about the global numbering of facets in Dolfin (without linking it into
> > Dolfin).
> >
>
> Why is it inside the Assembler? Looks to me that it doesn't belong there.
Agree. Should I put it in Mesh ?
>
> Also, comments to the code should be added.
>
Done.
Kent
Follow ups
References