On Thu, Jan 21, 2010 at 06:57:49PM +0100, Kristian Oelgaard wrote:
2010/1/21 Anders Logg <logg@xxxxxxxxx>:
>The following form files are currently failing, some because of
>missing features in the tensor representation, but here are a couple
>that I don't know how they should be handled:
>
>ElementRestriction.ufl
>*** FFC: Sorry, finite element of type "ElementRestriction" are not supported by FIAT.
This was handled by the FFC FiniteElement class by manipulating (among other things) the entity_dofs dict.
I'll have a look once finished with quadrature and the new format.
>QuadratureElement.ufl
>*** FFC: Sorry, finite element of type "Quadrature" are not supported by FIAT.
I don't know if we can move this element to FIAT or if it is better to keep it in FFC. I think we just need to return a QuadratureElement object. I'll take a look at this one too.
ok, good.
I'm about to look more closely at supporting both quadrature and
tensor representation side by side and for the same form, metadata
etc.