dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03549
[HG] Change FEM::assembleResidualBC to FEM::applyResidualBC.
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2332:ac009270cff8d53e0f1ffd9a8ff221026ce702bc
tag: tip
user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date: Fri Oct 20 19:44:02 2006 +0200
files: src/demo/nls/nonlinearpoisson/main.cpp
description:
Change FEM::assembleResidualBC to FEM::applyResidualBC.
changeset: 2331:62e602ad571a00ac94f0e37c25f3fae5f66b72cd
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;
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin