dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16031
[HG DOLFIN] Some demo fixes.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 7299:cee30d087998
tag: tip
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Tue Oct 06 23:54:55 2009 +0100
files: demo/pde/dg/advection-diffusion/python/demo.py demo/pde/dg/biharmonic/python/demo.py demo/pde/dg/poisson/python/demo.py demo/pde/mixed-poisson/python/demo.py demo/plot/python/demo.py
description:
Some demo fixes.
changeset: 7298:5e32d8fa28f6
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Tue Oct 06 23:25:06 2009 +0100
files: test/unit/fem/python/test.py
description:
Update a unit test.
changeset: 7297:91e8cb87b971
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Tue Oct 06 22:33:27 2009 +0100
files: dolfin/swig/function_pre.i
description:
PyDOLFIN update for new Function interface
%rename(eval_data) dolfin::GenericFunction::eval(double* values, const Data& data) const;
I changed this to 'GenericFunction' from 'Function'. Should it be
%rename(eval_data) dolfin::Function::eval(double* values, const Data& data) const;
%rename(eval_data) dolfin::Expression::eval(double* values, const Data& data) const;
?
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin