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

Add the Alfeld-Sorokina triangular macroelement #319

Merged
merged 7 commits into from
Oct 8, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tsfc/finatinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
supported_elements = {
# These all map directly to FInAT elements
"Bernstein": finat.Bernstein,
"Bernardi-Raugel": finat.BernardiRaugel,
"Brezzi-Douglas-Marini": finat.BrezziDouglasMarini,
"Brezzi-Douglas-Fortin-Marini": finat.BrezziDouglasFortinMarini,
"Bubble": finat.Bubble,
Expand All @@ -57,6 +58,9 @@
"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,
"Morley": finat.Morley,
"Bell": finat.Bell,
"Lagrange": finat.Lagrange,
Expand Down
Loading