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

Update UFL element #703

Merged
merged 43 commits into from
Oct 16, 2023
Merged

Update UFL element #703

merged 43 commits into from
Oct 16, 2023

Commits on Sep 12, 2023

  1. update ufl element

    mscroggs committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4c02335 View commit details
    Browse the repository at this point in the history
  2. remove deprecated code

    mscroggs committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5cbcdc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. update UFL interface

    mscroggs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a2f12e8 View commit details
    Browse the repository at this point in the history
  2. updating interface

    mscroggs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b2dc6e5 View commit details
    Browse the repository at this point in the history
  3. updating ufl interface

    mscroggs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    708d906 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    da80901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a4ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480f057 View commit details
    Browse the repository at this point in the history
  4. dolfinx branch

    mscroggs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    998fe4f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    e6fa346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ef6cc View commit details
    Browse the repository at this point in the history
  3. mypy

    mscroggs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d1f0e9c View commit details
    Browse the repository at this point in the history
  4. typing

    mscroggs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9749852 View commit details
    Browse the repository at this point in the history
  5. ffc branch

    mscroggs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c6f579d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    0709f95 View commit details
    Browse the repository at this point in the history
  2. update pull backs

    mscroggs committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0718fb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. mixed pull back

    mscroggs committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c960bab View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. update doc

    mscroggs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    ca87b4c View commit details
    Browse the repository at this point in the history
  2. use SymmetricPullBack

    mscroggs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f03d060 View commit details
    Browse the repository at this point in the history
  3. remove value_shape

    mscroggs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    72f9e36 View commit details
    Browse the repository at this point in the history
  4. super and subdegrees

    mscroggs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    fd12ab3 View commit details
    Browse the repository at this point in the history
  5. typo

    mscroggs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    e5ee937 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. isort

    mscroggs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    562e4c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix gdim

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2bd7490 View commit details
    Browse the repository at this point in the history
  2. reference value size

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5ac0ea7 View commit details
    Browse the repository at this point in the history
  3. README tweak

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    634ca8a View commit details
    Browse the repository at this point in the history
  4. pull_back -> pullback

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    64da67d View commit details
    Browse the repository at this point in the history
  5. tidy up basix.ufl

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7eb8e34 View commit details
    Browse the repository at this point in the history
  6. ()

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    012ca7a View commit details
    Browse the repository at this point in the history
  7. @Property

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d9439b3 View commit details
    Browse the repository at this point in the history
  8. ()

    mscroggs committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d40eac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    048a0c0 View commit details
    Browse the repository at this point in the history
  2. __ not ++

    mscroggs committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    449bf5d View commit details
    Browse the repository at this point in the history
  3. __

    mscroggs committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1b7d2e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    15ec1ef View commit details
    Browse the repository at this point in the history
  2. remove mapname

    mscroggs committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4fb2710 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. UFL main

    mscroggs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d17ea55 View commit details
    Browse the repository at this point in the history
  2. branch

    mscroggs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a20ae86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ec5d2 View commit details
    Browse the repository at this point in the history
  4. one more branch

    mscroggs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7b77102 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26075d4 View commit details
    Browse the repository at this point in the history