dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16408
[HG DOLFIN] Fix a bug in typemap used for the Constant interface.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 7411:84931010048c
tag: tip
user: "Johan Hake <hake@xxxxxxxxx>"
date: Fri Oct 30 11:02:28 2009 +0100
files: dolfin/swig/function_pre.i
description:
Fix a bug in typemap used for the Constant interface.
- We can now set negative values!
- Thanks to Aron for reporting
changeset: 7410:96fcd8bc37c4
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)
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.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin