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

changeset:   7244:da48cdfb0ecf
tag:         tip
user:        "Garth N. Wells <gn...@cam.ac.uk>"
date:        Sat Oct 03 13:34:09 2009 +0100
files:       dolfin/function/Data.h
description:
Make Data::update public.

The Function design seems to be betting a bit complicated again. I just want a 
function in Coefficient that takes a point and a cell and evaluates the 
function.We have Coefficient::eval(double*, Data&), but the necessary functions 
to constract Data were private.

Also, if one calls Coefficient::evaluate(....), the coordinate are updated in 
the Data object (inside Coefficient::evaluate(.)), but not the cell.


changeset:   7243:28e0163c86a0
user:        "Garth N. Wells <gn...@cam.ac.uk>"
date:        Sat Oct 03 12:10:39 2009 +0100
files:       dolfin/function/Function.cpp
description:
Fix assertions in Function constructor.


changeset:   7242:32d659e94240
user:        "Garth N. Wells <gn...@cam.ac.uk>"
date:        Sat Oct 03 12:08:39 2009 +0100
files:       dolfin/function/Function.cpp
description:
Change back assertion in Function constructor.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@fenics.org
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to