UFL

split functionality on enriched element

Asked by Mehdi Nikbakht

Hello,

I have a coefficient defined on an enriched element. The input is something like this,

Elem1 = FiniteElement("Lagrange", triangle, 2)
Elem2 = FiniteElement("Lagrange", triangle, 1)

Element = Elem1 + Elem2

u = Coefficient(Element)

I want to have access to the sub functions of u. Something like this,

u1, u2 = split(u)

where u1 and u2 are the functions defined on "Elem1" and "Elem2" respectively.

How ffc/ufl can be extended to handle this issue?

Mehdi

P.S: I have sent this question couple of weeks ago, but it seems that it got lost. So I am sending it again. Hopefully
It will be addressed this time. :)

Question information

Language:
English Edit question
Status:
Expired
For:
UFL Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.