You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to move finite elements from UFL into FInAT, we need a function which returns finite elements given cell, family, degree, and potentially variant.
This also requires encoding all that information into FIAT or FInAT elements.
The text was updated successfully, but these errors were encountered:
Could this be solved by #120? We moved tsfc.finatinterface.py into the FIAT repo as finat.element_factory.py. The function create_element converts UFL elements into (cached) finat elements.
From @dham in FInAT/FInAT#109
The text was updated successfully, but these errors were encountered: