← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Small fix for the Variable interface of FunctionSpace in PyDOLFIN

 

On Fri, Oct 30, 2009 at 09:29:29AM +0100, DOLFIN wrote:
> One or more new changesets pushed to the primary dolfin repository.
> A short summary of the last three changesets is included below.
>
> changeset:   7410:96fcd8bc37c4
> tag:         tip
> user:        "Johan Hake <hake@xxxxxxxxx>"
> date:        Fri Oct 30 09:29:26 2009 +0100
> files:       dolfin/swig/shared_ptr_classes.i
> description:
> Small fix for the Variable interface of FunctionSpace in PyDOLFIN
>   - All shared_ptr classes that inherits Variable needs to reimplement
>     the Variable xinterface in the SWIG proxy class.
>   - This is done in shared_ptr_classes.i by just calling macro for the particular class:
>
>          IMPLEMENT_VARIABLE_INTERFACE(FunctionSpace)

Nice! I was gonna ask about this.

--
Anders


>
> changeset:   7409:b4023232856e
> user:        Anders Logg <logg@xxxxxxxxx>
> date:        Thu Oct 29 23:47:14 2009 +0100
> files:       ChangeLog dolfin/function/Function.h dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.h
> description:
> Bug fix for refinement of function spaces. Seems to work now, but
> plotting may need some work. Fails when trying to update a plot of
> a function when the mesh has changed.
>
>
> changeset:   7408:f32a6ec49c47
> 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.
>
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev

Attachment: signature.asc
Description: Digital signature


References