Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mscroggs/symfem
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 8, 2023
2 parents 44de3bb + 5dfc60d commit d22c7b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 2023.8.0 (08 August 2023)

- Corrected HCT and rHCT elements
- Added caching of matrix inverses and dual matrices
- Added P1 macro element
- Added Alfeld-Sorokina element
- Corrected C1 and higher order C tests
- Allow element creation on non-default references
- Corrected Bell element
- Corrected legendre and lobatto variants of Lagrange
- Add P1-iso-P2 elemen on interval

# Version 2023.4.1 (26 April 2023)

- Added enriched Galerkin element
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG_SINCE_LAST_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
- Corrected HCT and rHCT elements
- Added caching of matrix inverses and dual matrices
- Added P1 macro element
- Added Alfeld-Sorokina element
- Corrected C1 and higher order C tests
- Allow element creation on non-default references
- Corrected Bell element
- Corrected legendre and lobatto variants of Lagrange
- Add P1-iso-P2 elemen on interval

0 comments on commit d22c7b3

Please sign in to comment.