-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update UFL element interface: move elements to FInAT #302
Conversation
This reverts commit b5a0ff9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix the imports and this is good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't worry about adding these I'll add the suggestions to a batch once I've checked the other branches 🙂
This is an extension of #300.
In FInAT/FInAT#111, I moved the elements from
ufl.legacy
tofinat.ufl
. This PR updates tsfc to use the elements from there.This is all a consequence of FEniCS/ufl#197.
This PR is coupled with firedrakeproject/firedrake#3166, FInAT/FInAT#111, and NGSolve/ngsPETSc#7.