From 3d50db5e922b8571d28cb37b839018857b4af347 Mon Sep 17 00:00:00 2001 From: Rob Kirby Date: Thu, 18 Jul 2024 10:43:39 -0500 Subject: [PATCH 1/2] Add PS6 element --- tsfc/finatinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tsfc/finatinterface.py b/tsfc/finatinterface.py index 2c14e6d1..0e0b4aa3 100644 --- a/tsfc/finatinterface.py +++ b/tsfc/finatinterface.py @@ -53,6 +53,7 @@ "Kong-Mulder-Veldhuizen": finat.KongMulderVeldhuizen, "Argyris": finat.Argyris, "Hsieh-Clough-Tocher": finat.HsiehCloughTocher, + "QuadraticPowellSabin6": finat.QuadraticPowellSabin6, "Reduced-Hsieh-Clough-Tocher": finat.ReducedHsiehCloughTocher, "Mardal-Tai-Winther": finat.MardalTaiWinther, "Morley": finat.Morley, From ab1bd572463ca1bb2a688f2594d534ccaada5760 Mon Sep 17 00:00:00 2001 From: Rob Kirby Date: Fri, 19 Jul 2024 12:27:33 -0500 Subject: [PATCH 2/2] add PS12 to finat interface --- tsfc/finatinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tsfc/finatinterface.py b/tsfc/finatinterface.py index 0e0b4aa3..3e832819 100644 --- a/tsfc/finatinterface.py +++ b/tsfc/finatinterface.py @@ -54,6 +54,7 @@ "Argyris": finat.Argyris, "Hsieh-Clough-Tocher": finat.HsiehCloughTocher, "QuadraticPowellSabin6": finat.QuadraticPowellSabin6, + "QuadraticPowellSabin12": finat.QuadraticPowellSabin12, "Reduced-Hsieh-Clough-Tocher": finat.ReducedHsiehCloughTocher, "Mardal-Tai-Winther": finat.MardalTaiWinther, "Morley": finat.Morley,