← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] a few more

 

One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.

changeset:   4735:c482137e3e8ee87b9fc0d5fadad21f8f1e9c6fe8
tag:         tip
user:        Kent-Andre Mardal <kent-and@xxxxxxxxx>
date:        Tue Sep 09 22:34:18 2008 +0200
files:       dolfin/fem/Assembler.cpp
description:
a few more
 facet->numEntities(mesh.topology().dim()) == 1

 facet->numEntities(mesh.topology().dim()) != 2


changeset:   4734:ce62a1c5e77cf89a63d1181a0a24d10ade326d95
user:        Kent-Andre Mardal <kent-and@xxxxxxxxx>
date:        Tue Sep 09 19:02:24 2008 +0200
files:       dolfin/fem/Assembler.cpp
description:
bug fix associated with exterior facets:

if (facet->numEntities(D) == 1)

is not replaced with

if (facet->numEntities(D) != 2)


changeset:   4733:ceeabadd3580b5f649ad2ed919f38c88403cc5a4
parent:      4732:600385bc4f2cd62b6a85cffdb14f9c5082d29a97
parent:      4731:d2beabb5919dbfceed43c0a51f8b4e26a6de9ea8
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Tue Sep 09 17:28:39 2008 +0100
files:       
description:
merge.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin