← Back to team overview

ffc team mailing list archive

[HG FFC] Update AUTHOR file

 

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

changeset:   920:c831f10ecc240b9f5d282be1cec2f86b9a767cd5
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Jul 23 22:35:59 2007 +0200
files:       AUTHORS
description:
Update AUTHOR file


changeset:   919:60f1c159aeb4bb738a14edf9810f49801fd8e7da
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Jul 23 22:34:54 2007 +0200
files:       AUTHORS ChangeLog setup.py src/ffc/compiler/compiler.py src/ffc/jit/jit.py src/sandbox/jit/test.py
description:
Update AUTHOR file


changeset:   918:5f082336cb71643715308453f86060db2a8a9537
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Fri Jul 20 19:34:00 2007 +0200
files:       src/ffc/__init__.py src/ffc/compiler/compiler.py src/ffc/jit/__init__.py src/ffc/jit/jit.py src/sandbox/jit/test.py
description:
Add JIT (just-in-time) compiler.

FFC now provides the following two functions in the Python interface:


1. compile(a):

   Generate UFC (C++) code for the form a.

2. a = jit(a):

   Generate UFC (C++) code for the form a,
   then compile it (using g++), wrap it back to Python
   using SWIG (handled very nicely by Instant) and
   return the compiled form as a Python object.

Next, this will be integrated into PyDOLFIN so that forms
can be defined and assembled seamlessly from Python.

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