ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #02050
[HG FFC] Bug fix in instantiation instantiation of Crouzeix-Raviart elements.
One or more new changesets pushed to the primary ffc repository.
A short summary of the last three changesets is included below.
changeset: 1302:f96dd22a15cd5a3ec28e6c62bff97137b791e790
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Fri Jan 30 13:44:19 2009 +0100
files: ffc/fem/finiteelement.py
description:
Bug fix in instantiation instantiation of Crouzeix-Raviart elements.
Now passing degree to FIAT (and FIAT returns and error whenever the
degree is not 1).
changeset: 1301:94e6903f1a5ee5c5e2441f39d1af91d5c348a36a
user: "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
date: Fri Jan 30 12:44:01 2009 +0100
files: ffc/compiler/analysis/checks.py ffc/compiler/analysis/formdata.py ffc/compiler/codegeneration/quadrature/uflquadraturegenerator.py ffc/compiler/representation/quadrature/uflquadraturerepresentation.py ffc/compiler/uflcompiler.py
description:
Implemented a check for the rank of monomials in a form.
a = v*u*dx + v*f*dx
would crash the tensor representation but not the quadrature
representation. FFC now raises a FormError.
changeset: 1300:592ecb4c0c61fd7f6cdd0f22f0e71cb266971a34
user: "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
date: Thu Jan 29 17:18:37 2009 +0100
files: ffc/compiler/analysis/formdata.py ffc/compiler/codegeneration/common/codegenerator.py ffc/compiler/codegeneration/quadrature/uflquadraturegenerator.py ffc/compiler/representation/quadrature/uflquadraturerepresentation.py ffc/compiler/uflcompiler.py
description:
Attempt to split code generation for tensor and quadrature representations.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ffc