Skip to content
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 11 commits into from
Jan 25, 2023
Merged

Merge FEniCS #32

merged 11 commits into from
Jan 25, 2023

Commits on Oct 31, 2022

  1. Allow multiple subdomain data (FEniCS#120)

    * Append all data
    
    Co-authored-by: Chris Richardson <[email protected]>
    jpdean and chrisrichardson authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    677358a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. 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
    chrisrichardson authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fd77388 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. 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
    mscroggs authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2b69e80 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Use Python warnings (FEniCS#133)

    * Use Python warnings
    
    * Remove deprecate too
    chrisrichardson authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4fd9a80 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Fix FEniCSx integration action (FEniCS#134)

    * change
    
    * remove comment
    
    * petsc arch
    mscroggs authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    26548e9 View commit details
    Browse the repository at this point in the history
  2. Restore comment in format that flake8 supports (FEniCS#136)

    * change
    
    * remove comment
    
    * petsc arch
    
    * restore comment
    mscroggs authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    64c846a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. 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]>
    3 people authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6d84d0e View commit details
    Browse the repository at this point in the history
  2. Replace not isinstance(element, MixedElement) with `element.num_sub…

    …_elements == 0` (FEniCS#122)
    
    * Use num_sub_elements instead of isinstance(, MixedElement)
    
    * unused import
    mscroggs authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f762039 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. 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]>
    4 people authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8382ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    c581568 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Fix typo

    nbouziani committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    e2d2268 View commit details
    Browse the repository at this point in the history