Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #319 from firedrakeproject/pbrubeck/alfeld-sorokina
Browse files Browse the repository at this point in the history
Add the Alfeld-Sorokina triangular macroelement
  • Loading branch information
rckirby authored Oct 8, 2024
2 parents 9f42f95 + 8f36f82 commit 0ec9234
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tsfc/finatinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
supported_elements = {
# These all map directly to FInAT elements
"Bernstein": finat.Bernstein,
"Bernardi-Raugel": finat.BernardiRaugel,
"Bernardi-Raugel Bubble": finat.BernardiRaugelBubble,
"Brezzi-Douglas-Marini": finat.BrezziDouglasMarini,
"Brezzi-Douglas-Fortin-Marini": finat.BrezziDouglasFortinMarini,
"Bubble": finat.Bubble,
Expand All @@ -57,6 +59,12 @@
"QuadraticPowellSabin12": finat.QuadraticPowellSabin12,
"Reduced-Hsieh-Clough-Tocher": finat.ReducedHsiehCloughTocher,
"Mardal-Tai-Winther": finat.MardalTaiWinther,
"Alfeld-Sorokina": finat.AlfeldSorokina,
"Arnold-Qin": finat.ArnoldQin,
"Reduced-Arnold-Qin": finat.ReducedArnoldQin,
"Christiansen-Hu": finat.ChristiansenHu,
"Guzman-Neilan": finat.GuzmanNeilan,
"Guzman-Neilan Bubble": finat.GuzmanNeilanBubble,
"Morley": finat.Morley,
"Bell": finat.Bell,
"Lagrange": finat.Lagrange,
Expand Down

0 comments on commit 0ec9234

Please sign in to comment.