dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15035
[HG DOLFIN] Simplify mpi_jit_decorator
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 6873:f3cf2779d09c82f872c83cce47e093da688fb9bc
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Sat Aug 29 15:20:33 2009 +0200
files: site-packages/dolfin/jit.py
description:
Simplify mpi_jit_decorator
changeset: 6872:7d1f4f0d450affc9711c868df336f5059ce689cc
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()
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin