dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15762
[HG DOLFIN] Rename local interpolation --> restrict to avoid confusion with all the
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 <logg@xxxxxxxxx>
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).
changeset: 7167:34da073abd64
parent: 7166:0f161c40b9f7
parent: 7165:fad807e8a3e0
user: Anders Logg <logg@xxxxxxxxx>
date: Mon Sep 28 14:25:43 2009 +0200
description:
merge
changeset: 7166:0f161c40b9f7
parent: 7163:4c4707968286
user: Anders Logg <logg@xxxxxxxxx>
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
Follow ups