dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03545
[HG] Cleanups in assembly, use new functionality in MeshEntity to compute
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2331:62e602ad571a00ac94f0e37c25f3fae5f66b72cd
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Oct 20 15:57:18 2006 +0200
files: src/kernel/fem/FEM.cpp
description:
Cleanups in assembly, use new functionality in MeshEntity to compute
local entity index. Still need to fix scaling in AffineMap (which is
no problem, I just need to think of where to put it and how to name it).
changeset: 2330:1f628c3bede151120eee5fc57075e7c97dbd5d13
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Oct 20 15:38:16 2006 +0200
files: src/kernel/fem/FEM.cpp src/kernel/fem/dolfin/FEM.h src/kernel/mesh/MeshEntity.cpp src/kernel/mesh/dolfin/MeshEntity.h src/kernel/pde/NonlinearPDE.cpp
description:
Implement two new functions in MeshEntity:
/// Check if given entity is indicent
inline bool incident(const MeshEntity& entity) const;
/// Compute local index of given incident entity (error if not found)
uint index(const MeshEntity& entity) const;
changeset: 2329:3f05f995ed2afac0ad6da1f9eb3b74e8689e8184
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Oct 20 14:08:22 2006 +0200
files: configure configure.ac src/Makefile.am src/Makefile.in src/pre/Makefile.am src/pre/Makefile.in
description:
Remove target pre.
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin