From aacf835a84f82e6f8e853796cc873880e1a24748 Mon Sep 17 00:00:00 2001 From: Marcus Mohr <marcus.mohr@lmu.de> Date: Wed, 26 Feb 2025 18:40:34 +0100 Subject: [PATCH] Do not try to generate 3D forms for P2PlusBubble element, yet. --- generate_all_hyteg_forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate_all_hyteg_forms.py b/generate_all_hyteg_forms.py index cf26ddb..b37446c 100644 --- a/generate_all_hyteg_forms.py +++ b/generate_all_hyteg_forms.py @@ -253,7 +253,7 @@ form_infos = [ test_degree=2, trial_family="P2 enhanced with Bubble", test_family="P2 enhanced with Bubble", - quad_schemes={2: "exact", 3: "exact"}, + quad_schemes={2: "exact"}, integrate_rows=[], ), FormInfo( @@ -316,7 +316,7 @@ form_infos = [ test_degree=2, trial_family="P2 enhanced with Bubble", test_family="P2 enhanced with Bubble", - quad_schemes={2: "exact", 3: "exact"}, + quad_schemes={2: "exact"}, integrate_rows=[], ), FormInfo( -- GitLab