dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03569
[HG] Assembly works again: fixed bug in setting boundary conditions.
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2340:32ad8337558c068039fe343f26880fedeca7ddae
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Mon Oct 23 23:24:16 2006 +0200
files: src/kernel/fem/FEM.cpp
description:
Assembly works again: fixed bug in setting boundary conditions.
changeset: 2339:0bad8c53d78779a5144737629791ce61464d8733
user: "Anders Logg <logg@xxxxxxxxx>"
date: Mon Oct 23 21:48:21 2006 +0200
files: src/demo/ode/lorenz/main.cpp
description:
Fix in Lorenz demo. All demos now compile again.
changeset: 2338:845ced336dae9b2ff3e98e3930503cca719a0af9
user: "Anders Logg <logg@xxxxxxxxx>"
date: Mon Oct 23 21:42:57 2006 +0200
files: src/kernel/fem/FEM.cpp src/kernel/fem/dolfin/FEM.h src/kernel/mesh/Point.cpp src/kernel/mesh/dolfin/CellType.h src/kernel/mesh/dolfin/MeshEntity.h src/kernel/mesh/dolfin/Point.h
description:
Work on assembly:
- Facet::contains() --> FEM::onFacet(), too special to put in mesh library
- New operators for Point: +, -, +=, -=, cross, dot
Everything is in place. Now we just need to make it work. From a quick look,
the Poisson demo gives incorrect results. Feel free to step in and help out.
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin