-
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
Merge FEniCS #32
Commits on Oct 31, 2022
-
Allow multiple subdomain data (FEniCS#120)
* Append all data Co-authored-by: Chris Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 677358a - Browse repository at this point
Copy the full SHA 677358aView commit details
Commits on Nov 8, 2022
-
tsfc testing on ufl PRs (FEniCS#130)
* Test tsfc with any ufl changes * rm tab * remove -n auto * Only test PRs * Try updating to v3
Configuration menu - View commit details
-
Copy full SHA for fd77388 - Browse repository at this point
Copy the full SHA fd77388View commit details
Commits on Nov 14, 2022
-
Remove deprecated things (FEniCS#131)
* 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
Configuration menu - View commit details
-
Copy full SHA for 2b69e80 - Browse repository at this point
Copy the full SHA 2b69e80View commit details
Commits on Nov 22, 2022
-
Use Python warnings (FEniCS#133)
* Use Python warnings * Remove deprecate too
Configuration menu - View commit details
-
Copy full SHA for 4fd9a80 - Browse repository at this point
Copy the full SHA 4fd9a80View commit details
Commits on Dec 20, 2022
-
Fix FEniCSx integration action (FEniCS#134)
* change * remove comment * petsc arch
Configuration menu - View commit details
-
Copy full SHA for 26548e9 - Browse repository at this point
Copy the full SHA 26548e9View commit details -
Restore comment in format that flake8 supports (FEniCS#136)
* change * remove comment * petsc arch * restore comment
Configuration menu - View commit details
-
Copy full SHA for 64c846a - Browse repository at this point
Copy the full SHA 64c846aView commit details
Commits on Jan 4, 2023
-
Remove usage of deprecated functions from the source code and testing (…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 6d84d0e - Browse repository at this point
Copy the full SHA 6d84d0eView commit details -
Replace
not isinstance(element, MixedElement)
with `element.num_sub……_elements == 0` (FEniCS#122) * Use num_sub_elements instead of isinstance(, MixedElement) * unused import
Configuration menu - View commit details
-
Copy full SHA for f762039 - Browse repository at this point
Copy the full SHA f762039View commit details
Commits on Jan 6, 2023
-
Pass more variants around (FEniCS#141)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 8382ed0 - Browse repository at this point
Copy the full SHA 8382ed0View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c581568 - Browse repository at this point
Copy the full SHA c581568View commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2d2268 - Browse repository at this point
Copy the full SHA e2d2268View commit details