forked from FEniCS/ufl
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Merge FEniCS #32
Merged
Merged
Merge FEniCS #32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Append all data Co-authored-by: Chris Richardson <[email protected]>
* Test tsfc with any ufl changes * rm tab * remove -n auto * Only test PRs * Try updating to v3
* remove deprecated elements * turn on deprecation warnings * remove deprecated rule * import * deprecate more stuff * remove imports * update tests * max_value * update test * undeprecate * one more
* Use Python warnings * Remove deprecate too
* change * remove comment * petsc arch
* change * remove comment * petsc arch * restore comment
…FEniCS#139) * Make sure that no deprecation warnings are hit by tests, i.e. `python3 -m pytest -W error::DeprecationWarning -xvs .` passes * More extractions * Add deprecation warning as error in integration test * Point to relevant branches * Remove asserts * Add deprecation as error on ffcx as well * Remove warning == error (due to cffi relying on distutils). Instead add in hard asserts to catch all dolfinx/ffcx errors. Remove hard asserts once these have been fixed * Fix CI * Remove asserts to make TSFC compatible * Sort imports * Revert FFCx and DOLFINx branches * , * E741 is not pydocstyle * Fill in empty docstring (!) Co-authored-by: Garth N. Wells <[email protected]> Co-authored-by: Matthew Scroggs <[email protected]>
…_elements == 0` (FEniCS#122) * Use num_sub_elements instead of isinstance(, MixedElement) * unused import
* add variant for MixedElement (FEniCS#129) * Allow VectorElement to take a variant argument. (#17) Co-authored-by: Patrick Farrell <[email protected]> Co-authored-by: Pablo Brubeck <[email protected]> Co-authored-by: Patrick E. Farrell <[email protected]> Co-authored-by: Patrick Farrell <[email protected]>
dham
approved these changes
Jan 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is associated to a Firedrake PR that checks we are not breaking anything. In particular, many deprecated objects got removed.