← Back to team overview

ffc team mailing list archive

EnrichedElement

 

Hello,

I am trying to use new syntax for the enriched elements.  I don't see
the reason why we can not enrich an scaler element. Assume this form
file,

P1 = FiniteElement("Lagrange", triangle, 1)

Mini =  P1 + P1

v = TestFunction(Mini)
u = TrialFunction(Mini)

a = inner(v, u)*dx

this file can't be compiled. But if we use VectorElement instead of
FiniteElement, it works fine. Is it a bug?


In addition, is it possible to have access to the dof maps of underling
elements, independently?


Yours,
Mehdi



Follow ups