dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #08566
[HG DOLFIN] Split assemble.py into assemble.py, function.py, bc.py, pde.py
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4384:517975e46702f13dc6e7cec97633c0ab1bc9719a
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Mon Jul 07 23:17:09 2008 +0200
files: site-packages/dolfin/__init__.py site-packages/dolfin/assemble.py site-packages/dolfin/bc.py site-packages/dolfin/function.py site-packages/dolfin/pde.py
description:
Split assemble.py into assemble.py, function.py, bc.py, pde.py
changeset: 4383:ecb5afe6d89bd30c5784d088836d948ac2c7ed8b
user: Anders Logg <logg@xxxxxxxxx>
date: Mon Jul 07 20:06:38 2008 +0200
files: site-packages/dolfin/assemble.py
description:
Minor fixes
changeset: 4382:d4298f265081fa56f328adc582f9487308cd91d0
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Jul 03 20:57:05 2008 +0200
files: site-packages/dolfin/assemble.py
description:
A clean up in assemble.py
- Putted code for extracting coeffisients in own function
- Added the parameter "form compiler", which can be set by, e.g.,
dolfin_set("form compiler","ffc")
- Dolfin assume that the form compiler implements the jit function, which takes
a form as first argument and an optional option parameter as second argument.
- The options parameter is optional. If provided it must be a dict that is
handed directly to the registered form compilers jit function.
- Added a private function _jit(form, options) which uses the jit compiler
that is provided by the module, registered in dolfin_get("form compiler").
- This commit requires that also ffc is updated to newest version, as the jit
interface needed to be updated.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin