On Wed, Oct 07, 2009 at 05:57:14PM +0200, 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: 7315:74965e149aed
tag: tip
parent: 7313:87dbc0a93da0
parent: 7314:3d8e221b5cc8
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Wed Oct 07 16:57:09 2009 +0100
description:
merge.
changeset: 7314:3d8e221b5cc8
parent: 7307:2258a26ca604
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Wed Oct 07 16:56:41 2009 +0100
files: demo/function/nonmatching-interpolation/cpp/P3.h dolfin/function/Function.cpp dolfin/function/FunctionSpace.h
description:
Temporary fix in Function::eval(double* values, const Data& data) const for non-matching meshes.
I found a new fix that I think is simpler. It is also consistent with
the previous functionality of has_foo in FunctionSpace.