← Back to team overview

ffc team mailing list archive

Some various questions

 


(1) ffc does not expose ufl. Is this intentional? For instance, the
following gives a "FiniteElement not defined error"

   from ffc import *
   element = FiniteElement("CG", "triangle", 1)

(2) What is the purpose of the argument 'object_names' to
'compile_element'? It does not seem to be used anywhere.

(3) Where is the output argument 'forms' of 'compile_form' used? I
thought it was used by the jitcompiler, but that does not seem to be
the case.

--
Marie




Follow ups