← Back to team overview

dolfin team mailing list archive

Re: [HG] Merge - new mesh representation replaces old. Interior assembly works

 

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


Follow ups

References