From ec698092f17aca4dce0afe53fad5ec9ae815ebdf Mon Sep 17 00:00:00 2001
From: Daniel Bauer <daniel.j.bauer@fau.de>
Date: Mon, 29 Jan 2024 09:26:39 +0100
Subject: [PATCH] add P1 mass form

---
 operators.toml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/operators.toml b/operators.toml
index a23cb261..5eefbf42 100644
--- a/operators.toml
+++ b/operators.toml
@@ -31,3 +31,11 @@ dimensions    = [2, 3]
 quadrature    = 2
 loop-strategy = "sawtooth"
 optimizations = ["moveconstants", "vectorize", "quadloops", "sym_loc_mat"]
+
+[[mass]]
+trial-space   = "P1"
+test-space    = "P1"
+dimensions    = [2, 3]
+quadrature    = 2
+loop-strategy = "sawtooth"
+optimizations = ["moveconstants", "vectorize", "quadloops", "sym_loc_mat", "tabulate"]
-- 
GitLab