← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] First iteration of refinement of function spaces. Refinement of a function

 

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

changeset:   7408:f32a6ec49c47
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Thu Oct 29 23:28:47 2009 +0100
files:       dolfin/fem/DofMap.cpp dolfin/fem/DofMap.h dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.h dolfin/mesh/Mesh.h
description:
First iteration of refinement of function spaces. Refinement of a function
space should take care of refining the mesh, rebuilding the dofmap and
interpolating all its member functions to the new function space.

All essential bits should be in place but needs some debugging to
find memory errors/leaks.


changeset:   7407:786900052879
user:        Anders Logg <logg@xxxxxxxxx>
date:        Thu Oct 29 22:32:23 2009 +0100
files:       dolfin/common/Variable.h dolfin/function/Function.cpp dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.h dolfin/mesh/Mesh.cpp
description:
Add mechanism for registering/deregistering members of a function space.
A FunctionSpace now knows its members (the functions).


changeset:   7406:57b5e309e42d
user:        Anders Logg <logg@xxxxxxxxx>
date:        Thu Oct 29 10:41:24 2009 +0100
files:       dolfin/parameter/GlobalParameters.cpp site-packages/dolfin/constant.py
description:
Use new typemap for vector<double> in constant.py.

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


Follow ups