← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Cleanups in DofMap constructors and delegation to a common init function.

 

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

changeset:   7427:9e68e5bc7209
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Tue Nov 10 14:28:48 2009 +0100
files:       dolfin/fem/DofMap.cpp dolfin/fem/DofMap.h sandbox/misc/cpp/Poisson.h sandbox/misc/cpp/Poisson.ufl sandbox/misc/cpp/main.cpp
description:
Cleanups in DofMap constructors and delegation to a common init function.


changeset:   7426:1ad9c8341595
user:        Anders Logg <logg@xxxxxxxxx>
date:        Tue Nov 10 12:26:18 2009 +0100
files:       dolfin/swig/fem_pre.i dolfin/swig/la_pre.i
description:
Add ignore to remove SWIG warning for DofMap constructor


changeset:   7425:a4c4d0f753da
user:        Anders Logg <logg@xxxxxxxxx>
date:        Mon Nov 09 22:12:36 2009 +0100
files:       demo/pde/poisson/cpp/main.cpp dolfin/adaptivity/Adaptive.cpp dolfin/adaptivity/Adaptive.h dolfin/adaptivity/AdaptiveObjects.cpp dolfin/adaptivity/AdaptiveObjects.h dolfin/adaptivity/dolfin_adaptivity.h dolfin/dolfin.h dolfin/fem/BoundaryCondition.cpp dolfin/fem/BoundaryCondition.h dolfin/fem/DofMap.h dolfin/fem/FiniteElement.h dolfin/function/Function.cpp dolfin/function/Function.h dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.h dolfin/mesh/Mesh.cpp dolfin/mesh/Mesh.h dolfin/swig/function_post.i sandbox/misc/cpp/Poisson.form sandbox/misc/cpp/Poisson.h sandbox/misc/cpp/Poisson.ufl sandbox/misc/cpp/SConstruct sandbox/misc/cpp/main.cpp site-packages/dolfin/functionspace.py
description:
Reimplementation of automatic refinement of function spaces and functions.
Base class Adaptive removed. Instead a singleton object AdaptiveObjects
stores a directed forest (set of directed trees) of objects that need
to be updated during refinement. The root node of each tree is a Mesh.

Seems to work (and without memory leaks), at least for the Poisson demo,
both in C++ and Python. More testing needed.

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