← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Update a unit test.

 

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

changeset:   7298:5e32d8fa28f6
tag:         tip
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;

?


changeset:   7296:043de1021325
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Tue Oct 06 22:09:52 2009 +0100
files:       dolfin/swig/docstrings.i dolfin/swig/fem_pre.i
description:
Some updates for new function interface.

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