← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Set 'log_prefix' for form compiler (in options) when running in parallel.

 

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

changeset:   6874:626ed73482edf00c23300defa03d9707448a0ec3
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sat Aug 29 15:45:14 2009 +0200
files:       site-packages/dolfin/jit.py
description:
Set "log_prefix" for form compiler (in options) when running in parallel.
Should perhaps have been in the decorator but seems complicated with all the
kwargs...


changeset:   6873:f3cf2779d09c82f872c83cce47e093da688fb9bc
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)

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