← Back to team overview

ffc team mailing list archive

Re: [HG FFC] Make format a class in uflufcformat.py. Fix minor bug in ElementData for dolfin wrappers.

 

Quoting FFC <ffc@xxxxxxxxxx>:

> One or more new changesets pushed to the primary ffc repository.
> A short summary of the last three changesets is included below.
> 
> changeset:   1343:6678c654784d663396bf5ac6415f9ca39ad95d1a
> tag:         tip
> user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
> date:        Fri Feb 27 11:04:19 2009 +0100
> files:       ffc/compiler/analysis/elementdata.py ffc/compiler/compiler.py
> ffc/compiler/format/uflufcformat.py ffc/compiler/uflcompiler.py
> description:
> Make format a class in uflufcformat.py. Fix minor bug in ElementData for
> dolfin wrappers.

This works for both compilers. There's no need to check for which format to use,
just do

format = Format(options)

The format dictionary is a data member 'format.format'
It works for all forms in the demo directory, both UFC and DOLFIN formats.

Kristian
 
> 
> changeset:   1342:d6a6fe5a91786818b5a7b621c9ec0c501e3d5803
> user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
> date:        Thu Feb 26 20:47:36 2009 +0100
> files:       ffc/compiler/codegeneration/quadrature/uflquadraturegenerator.py
> ffc/compiler/codegeneration/quadrature/uflquadraturegenerator_utils.py
> ffc/compiler/uflcompiler.py
> description:
> Switch on code generation for interior facet integrals, code is not correct
> yet.
> 
> 
> changeset:   1341:da1621607df684072f3aafcbca47866e4952a259
> user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
> date:        Thu Feb 26 19:53:27 2009 +0100
> files:       ffc/compiler/codegeneration/quadrature/uflquadraturegenerator.py
> ffc/compiler/codegeneration/quadrature/uflquadraturegenerator_utils.py
> ffc/compiler/format/uflufcformat.py ffc/compiler/uflcompiler.py
> description:
> Switch on code generation for exterior facet integrals.
> 
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/ffc
> _______________________________________________
> FFC-dev mailing list
> FFC-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/ffc-dev
> 




Follow ups

References