← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Add interpolate function to Python interface to complement project function.

 

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

changeset:   6872:7d1f4f0d450affc9711c868df336f5059ce689cc
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sat Aug 29 00:18:43 2009 +0200
files:       ChangeLog site-packages/dolfin/__init__.py site-packages/dolfin/function.py site-packages/dolfin/interpolate.py
description:
Add interpolate function to Python interface to complement project function.
Now both are available by

  g = project(f, V)
  g = interpolate(f, V)

The last one is equivalent to

  g = Function(V)
  g.interpolate(f)


changeset:   6871:d6e802559a8fe27e79d1a6362bda0f5bdd28cc2f
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sat Aug 29 00:09:46 2009 +0200
files:       dolfin/function/Data.cpp dolfin/function/Data.h dolfin/function/Function.cpp dolfin/function/UFCFunction.cpp dolfin/function/UFCFunction.h
description:
Use UFC cell if available when calling eval()


changeset:   6870:968380a8b2b8fbb9b2f48aacc68b43dfec633497
user:        Anders Logg <logg@xxxxxxxxx>
date:        Fri Aug 28 23:04:37 2009 +0200
files:       dolfin/plot/plot.h
description:
Change default values for plot titles from C++

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