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

Dualspace update #25

Merged
merged 47 commits into from
Feb 1, 2022
Merged

Dualspace update #25

merged 47 commits into from
Feb 1, 2022

Commits on Oct 28, 2021

  1. Allow variant hints to be passed into VectorElement and TensorElement (

    …FEniCS#71)
    
    * allow variant hints to be passed into VectorElement and TensorElement
    
    * get variant from sub element (for when VectorElement family input is a FiniteElement with a variant)
    
    * get variant of sub element properly
    mscroggs authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a4b7ab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    6b804eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621036a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e986988 View commit details
    Browse the repository at this point in the history
  4. Add BaseForm in __init__

    nbouziani committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8c6b5b0 View commit details
    Browse the repository at this point in the history
  5. Add BaseForm in as_ufl

    nbouziani committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fba3d29 View commit details
    Browse the repository at this point in the history
  6. Update action

    nbouziani committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e06c834 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    d062079 View commit details
    Browse the repository at this point in the history
  2. Add equals to FormSum

    nbouziani committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    10df11f View commit details
    Browse the repository at this point in the history
  3. Add __eq__ to Action

    nbouziani committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    08c9a80 View commit details
    Browse the repository at this point in the history
  4. Add __eq__ to Adjoint

    nbouziani committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    746764a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    178d27c View commit details
    Browse the repository at this point in the history
  6. Fix typos

    nbouziani committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    dcd73f1 View commit details
    Browse the repository at this point in the history
  7. Refactor analysis.py

    nbouziani committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    8594808 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Add BaseFormDerivative

    nbouziani committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    777c1aa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    449dbd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a75d6b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Draft BaseForm diff

    nbouziani committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    404d690 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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

Commits on Nov 20, 2021

  1. Fix __eq__ for Coargument

    nbouziani committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    685abcc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

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

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    ba71380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9df1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f60e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8ac12c View commit details
    Browse the repository at this point in the history
  5. Add Action differentiation

    nbouziani committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6b2a590 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e21af2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19f12be View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Fix Action differentiation

    nbouziani committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    fd9e3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad7a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d59dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b44c18 View commit details
    Browse the repository at this point in the history
  5. Update FormSum and tests

    nbouziani committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    81504fd View commit details
    Browse the repository at this point in the history
  6. Fix ExprList

    nbouziani committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2da7243 View commit details
    Browse the repository at this point in the history
  7. Add Adjoint differentiation

    nbouziani committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d53a4bf View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Nov 29, 2021

  1. Use pytest.raises

    nbouziani committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b9964d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    1de7f12 View commit details
    Browse the repository at this point in the history
  2. Update traversal.py

    nbouziani committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3d801f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce6968 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Refactor UFL type system

    nbouziani committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    db3b50d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

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

Commits on Jan 10, 2022

  1. Add function to get the ufl.Cell corresponding to a cell's facet (F…

    …EniCS#76)
    
    * Add method for getting the facet cell
    
    * Don't use cellname2facetname
    
    * Remove num_facet_edges
    
    * Make suggested changes
    jpdean authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7a4303f View commit details
    Browse the repository at this point in the history
  2. Remove cellname2facetname (FEniCS#77)

    * Remove cellname2facetname
    
    * Flake8
    jpdean authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    539f999 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Wence/reconstruct tp (FEniCS#78)

    * added value_shape for WithMapping element
    
    * raise ValueError instead of error
    
    * Pass kwargs when reconstructing a TensorProductElement
    
    * forget the original kwargs
    
    Co-authored-by: Pablo Brubeck <brubeck@protonmail.com>
    wence- and pbrubeck authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    645814b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

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