dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03476
Re: [HG] Merge - new mesh representation replaces old. Interior assembly works
On Mon, Oct 16, 2006 at 11:31:16AM +0200, Johan Jansson wrote:
> On Mon, Oct 16, 2006 at 10:45:09AM +0200, Anders Logg wrote:
> > This happens to me sometimes. Usually, it means I forgot to do
> > something like pull and update before committing.
> >
> > Apart from replacing the old mesh with the new and updating the
> > assembly, which changes have you made to the mesh implementation?
> > I found only two:
> >
> > BoundaryMesh: Array<uint> icell
> > MeshEntity: diameter()
> >
> > Anything else?
>
> I'm pretty sure that's it. The icell is also computed in
> BoundaryComputation.cpp.
>
> Johan
ok. I have a patch from Ola Skavhaug to BoundaryComputation that adds
a mapping from the boundary vertex indices to mesh vertex
indices. I'll think of how to merge these two.
/Anders
References