ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #00304
Add factory function Functions for creation of tuples of Functions from [...]
Commit from logg (2005-09-22 17:22 CEST)
----------------
Add factory function Functions for creation of tuples of Functions from
a MixedElement. Use similarly to BasisFunctions:
P1 = FiniteElement("Lagrange", "triangle", 1)
P2 = FiniteElement("Vector Lagrange", "triangle", 2)
TH = P2 + P1
(f, g) = Functions(TH)
ffc src/ffc/compiler/mixedelement.py 1.2