dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10367
[HG DOLFIN] Const fixes in ale.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4992:f22c10ca762c25aa80809318c9eeac5a15d6b78a
tag: tip
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Sat Oct 25 21:46:36 2008 +0100
files: dolfin/ale/TransfiniteInterpolation.cpp dolfin/ale/TransfiniteInterpolation.h
description:
Const fixes in ale.
changeset: 4991:9edfff6558bd7252c38456880bc7fee8d39ba021
user: Johannes Ring <johannr@xxxxxxxxx>
date: Sat Oct 25 19:45:34 2008 +0200
files: SConstruct
description:
Use local simula-scons.
changeset: 4990:20fd8b7abb25041c2540331d13314784a0a1681d
user: Anders Logg <logg@xxxxxxxxx>
date: Sat Oct 25 19:44:32 2008 +0200
files: dolfin/ale/TransfiniteInterpolation.cpp dolfin/ale/TransfiniteInterpolation.h dolfin/fem/Assembler.cpp dolfin/fem/Assembler.h dolfin/fem/BoundaryCondition.cpp dolfin/fem/BoundaryCondition.h dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h dolfin/fem/UFCCell.h dolfin/fem/assemble.cpp dolfin/fem/assemble.h dolfin/mesh/Cell.h dolfin/mesh/Mesh.cpp dolfin/mesh/Mesh.h dolfin/mesh/MeshConnectivity.h dolfin/mesh/MeshEntity.h dolfin/mesh/MeshEntityIterator.h dolfin/mesh/MeshFunction.h dolfin/mesh/Vertex.h
description:
Work on getting Function and FunctionSpace in place:
1. Remove all member data for Assembler
2. Make all functions in Assembler static
3. Update in assembler.h
4. Remove assembler.cpp
5. Start work on using const Mesh& everywhere.
The use of const Mesh& is not complete and heavy editing is needed
everywhere to get this in place. The problem is that the iterators
have so far assumed that the Mesh is non-const. From now on, all
iterators will iterate over a const Mesh and the Mesh may consequently
not be modified through the iterators.
assembler.h is just a copy of the functions in Assembler.h so
we could possibly use some trick to put the functions in Assembler::
in the dolfin:: namespace
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin