-
Notifications
You must be signed in to change notification settings - Fork 160
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 #3166
Conversation
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.
There are minor things but there is also HDiv -> HDivElement
which is a breaking API change that we can't make without warning.
This reverts commit 247fe16.
I've fixed the behaviour of |
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.
99% fine. Happy to approve once my comments are addressed.
This reverts commit af681f6.
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 🙂
Thanks for all your hard work on this @mscroggs ! |
This is an extension of #3122.
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.
(I've left #3122 up too for now in case this extension is not wanted.)
This PR is coupled with firedrakeproject/ufl#46,
firedrakeproject/tsfc#302 (merged),FInAT/FInAT#111 (merged), andNGSolve/ngsPETSc#7 (merged).