On Monday 28 September 2009 23:33:45 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: 7168:f2fd745d72f6 > tag: tip > user: Anders Logg <[email protected]> > date: Mon Sep 28 23:33:40 2009 +0200 > files: dolfin/fem/Assembler.cpp dolfin/fem/Form.cpp dolfin/fem/Form.h > dolfin/fem/UFC.cpp dolfin/fem/UFC.h dolfin/function/Expression.cpp > dolfin/function/Expression.h dolfin/function/Function.cpp > dolfin/function/Function.h dolfin/function/NewCoefficient.h > dolfin/mesh/MeshFunction.cpp description: > Rename local interpolation --> restrict to avoid confusion with all the > other interpolate functions. Also implemented NewCoefficient interface for > Function and use from assembler (in UFC.cpp).
This screwed up subclassing of pure python functions. Not sure why. Some directory error... I will look at it the moment Anders has finished up the transition to new Function design. Johan > > changeset: 7167:34da073abd64 > parent: 7166:0f161c40b9f7 > parent: 7165:fad807e8a3e0 > user: Anders Logg <[email protected]> > date: Mon Sep 28 14:25:43 2009 +0200 > description: > merge > > > changeset: 7166:0f161c40b9f7 > parent: 7163:4c4707968286 > user: Anders Logg <[email protected]> > date: Mon Sep 28 14:25:32 2009 +0200 > files: dolfin/fem/UFC.cpp dolfin/function/Data.cpp > dolfin/function/Data.h dolfin/function/Expression.cpp > dolfin/function/Expression.h dolfin/function/Function.cpp > dolfin/function/Function.h dolfin/function/NewCoefficient.h > dolfin/function/UFCFunction.cpp dolfin/function/UFCFunction.h description: > Initial work on new Function design. Added class Expression to replace > user-defined functions and base class NewCoefficient that will be the base > class of both Expression and Function. > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
