Skip to content

Commit 65d96e1

Browse files
authoredOct 16, 2023
Update UFL element (#614)
* remove convert_element * update UFL interface * branches * update ufl interface, remove family string * DOLFINx branch * fix final test * simplify * flake * update demos * ufl branch (for demos) * no UFL demos * update pull back interface * update CI name * gdim * AUTHORS * pull_back -> pullback * degree() -> degree * add newline to readme * Revert "add newline to readme" This reverts commit 5c0224a. * replace rank with shape * shape not rank * branches
1 parent 330f200 commit 65d96e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+292
-257
lines changed
 

‎.github/workflows/pythonapp.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,8 @@ jobs:
9494
# when there are test failures
9595
if: always()
9696

97-
- name: Get UFL
98-
uses: actions/checkout@v3
99-
with:
100-
path: ./ufl
101-
repository: FEniCS/ufl
102-
ref: main
103-
104-
- name: Run FFCx and UFL demos
97+
- name: Run FFCx demos
10598
run: |
106-
mv ufl/demo/* demo/
10799
pytest demo/test_demos.py
108100
rm -Rf ufl/
109101

‎AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Contributors:
6060
Ivan Yashchuk
6161
email: ivan.yashchuk@aalto.fi
6262

63+
Matthew Scroggs
64+
email: matthew.scroggs.14@ucl.ac.uk
65+
www: https://mscroggs.co.uk
6366

6467
Credits for UFC
6568
===============

0 commit comments

Comments
 (0)
Please sign in to comment.