← 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 03:41:36AM +0200, Johan Jansson wrote:
> On Mon, Oct 16, 2006 at 03:39:32AM +0200, DOLFIN wrote:
> > One or more new changesets pushed to the primary DOLFIN repository.
> > A short summary of the last three changesets is included below.
> > 
> > changeset:   2305:59d1290ce4782edf8e42afcfe565d1b19bea22be
> > tag:         tip
> > parent:      2304:d3ec89c865064d3b90f2741451b99f061169878d
> > parent:      2292:34be9b8d76a1f61b3f1b07d06f0499231f5fb968
> > user:        "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
> > date:        Mon Oct 16 03:34:56 2006 +0200
> > files:       src/demo/solvers/poisson/main.cpp src/kernel/io/OpenDXFile.cpp src/kernel/io/TecplotFile.cpp src/kernel/io/VTKFile.cpp src/kernel/mesh/BoundaryComputation.cpp src/kernel/mesh/MeshGeometry.cpp src/kernel/mesh/TopologyComputation.cpp src/kernel/mesh/UniformMeshRefinement.cpp src/kernel/mesh/dolfin/MeshGeometry.h src/pydolfin/dolfin_mesh.i
> > description:
> > Merge - new mesh representation replaces old. Interior assembly works
> > correctly, boundary assembly not yet fully implemented.
> > 
> 
> I had to force push this changeset, don't know why - a pull showed no
> new changes. Perhaps it's because files were removed/replaced, or I've
> overlooked something.
> 
>   Johan

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?

/Anders


Follow ups

References