-
-
Notifications
You must be signed in to change notification settings - Fork 71
Change AbstractCell members to properties
#385
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
Conversation
AbstractCell members to properties
|
Can this please land after we do the October Firedrake release as it's an API change and we don't want to drop it into our release at short notice. |
That is fine with me. This is nothing crucial for the functionality of ufl, so it shouldn’t me merged right before a release. |
|
No reason to rush this 👍 |
|
Good to move on this given the past release? |
Yeah I guess so. Can this happen after Monday next week? That gives me a day to get a Firedrake PR ready. |
|
I have prepared some PRs for Firedrake for this but I've observed that some inconsistencies still remain in UFL. For instance Line 321 in dd46e97
Could I just push fixes for these to this branch? (Assuming I have the right permissions) |
|
I wasn't able to. See #427. This isn't necessarily all of them. |
* Replace more examples * Another one * Another one
|
Green lighted by @connorjward - good to move. |
* Adapt to UFL API changing methods to properties See FEniCS/ufl#385.
* Adapt to UFL changing some methods to properties See FEniCS/ufl#385.
Supported by
AbstractCellmembers are now properties dolfinx#3926AbstractCellmembers are now properties ffcx#789Fixes #169