← Back to team overview

dolfin team mailing list archive

Re: Assembler

 

On Mon, Jun 22, 2009 at 12:54:58PM +0100, Garth N. Wells wrote:
> 
> 
> Kent Andre wrote:
> > 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 ? 
> > 
> 
> Sounds like the right place. Anders?

I moved it to MeshEditor, see what you think. It means the boundary
indicators will be created automatically and be available to the
assembler. It also removes the problem with the const cast since the
data will be created when the mesh is not const (when reading).

-- 
Anders

Attachment: signature.asc
Description: Digital signature


References