← Back to team overview

ffc team mailing list archive

[HG ffc] Fix bug in __generate_jacobian ufcformat.py and facet_determinant_3D codesnippets.py. exterior and interior facet integrals should now work.

 

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

changeset:   809:2b47834e7924a6e9c97261ef98b6cb53c5f87f45
tag:         tip
user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
date:        Wed May 16 18:03:17 2007 +0200
files:       src/ffc/compiler/format/codesnippets.py src/ffc/compiler/format/ufcformat.py
description:
Fix bug in __generate_jacobian ufcformat.py and facet_determinant_3D codesnippets.py. exterior and interior facet integrals should now work.


changeset:   808:33be18c9f934be78ac61fa018a068395dd9a3216
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue May 15 14:57:32 2007 +0200
files:       TODO src/bin/ffc src/ffc/compiler/format/ufcformat.py
description:
Add compiler flag -fno_foo where foo is the name of an UFC function that
should not be generated. Can be used to reduce the code size when certain
functions are not needed. Here's an example:

# ffc -s Stokes.form
# wc Stokes.h
 13207  53611 492387 Stokes.h

# ffc -s -fno-evaluate_basis Stokes.form
# wc Stokes.h
 11365  45075 405129 Stokes.h

# ffc -s -fno-evaluate_basis -fno-evaluate_basis_derivatives Stokes.form
# wc Stokes.h
  6115  20339 170605 Stokes.h

This should work with any UFC function name.


changeset:   807:feb2a60ec34934bc25a960b203f1794d2022f08d
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue May 15 14:09:31 2007 +0200
files:       TODO src/bin/ffc src/ffc/compiler/format/ufcformat.py src/ffc/compiler/language/tokens.py
description:
Fix bug for restriction of constants


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