← Back to team overview

ffc team mailing list archive

Error in compiling mixed problem with three fields using the new release

 

Hi,

I am running a mixed problem with 3 different fields in ffc: 

U = FiniteElement("Vector Lagrange", "triangle",2, 2)   
T = FiniteElement("Vector Lagrange", "triangle",1, 3)
P = FiniteElement("Lagrange", "triangle",1, 1)
TH = U + T + P

( v, vs, vp) = BasisFunctions(TH)
( u,  s,  p) = BasisFunctions(TH)
 
ffc was able to compile with the previous release but now I get this error :

*** global name 'finiteelement' is not defined

Do you know why this happens? 

Luisa 



Follow ups