From 97d05ef1a48636d4bc55b829f3a4ca63018aa8cc Mon Sep 17 00:00:00 2001
From: Nils Kohl <nils.kohl@fau.de>
Date: Fri, 4 Oct 2024 11:55:06 +0200
Subject: [PATCH] Corrected k_divdiv map - forgot committing operators.

---
 operators/k_divdiv/P2VectorElementwiseKDivdiv.hpp         | 8 +-------
 .../k_divdiv/P2VectorElementwiseKDivdivAnnulusMap.hpp     | 8 +-------
 .../P2VectorElementwiseKDivdivIcosahedralShellMap.hpp     | 8 +-------
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/operators/k_divdiv/P2VectorElementwiseKDivdiv.hpp b/operators/k_divdiv/P2VectorElementwiseKDivdiv.hpp
index 8241c487..6257d9dc 100644
--- a/operators/k_divdiv/P2VectorElementwiseKDivdiv.hpp
+++ b/operators/k_divdiv/P2VectorElementwiseKDivdiv.hpp
@@ -47,13 +47,7 @@ namespace hyteg {
 
 namespace operatorgeneration {
 
-/// divdiv operator which is used as a stabilization term that is taken from
-///
-///     Blank, L. (2014).
-///     On Divergence-Free Finite Element Methods for the Stokes Equations (Freie Universität Berlin).
-///     p. 84, eq. (6.2)
-///
-/// for the P1-P0 stabilized Stokes discretization.
+/// divdiv operator which is the compressible part of full Stokes operator
 ///
 /// Geometry map:    IdentityMap
 ///
diff --git a/operators/k_divdiv/P2VectorElementwiseKDivdivAnnulusMap.hpp b/operators/k_divdiv/P2VectorElementwiseKDivdivAnnulusMap.hpp
index 7e0e9b66..3d2ebc2d 100644
--- a/operators/k_divdiv/P2VectorElementwiseKDivdivAnnulusMap.hpp
+++ b/operators/k_divdiv/P2VectorElementwiseKDivdivAnnulusMap.hpp
@@ -48,13 +48,7 @@ namespace hyteg {
 
 namespace operatorgeneration {
 
-/// divdiv operator which is used as a stabilization term that is taken from
-///
-///     Blank, L. (2014).
-///     On Divergence-Free Finite Element Methods for the Stokes Equations (Freie Universität Berlin).
-///     p. 84, eq. (6.2)
-///
-/// for the P1-P0 stabilized Stokes discretization.
+/// divdiv operator which is the compressible part of full Stokes operator
 ///
 /// Geometry map:    AnnulusMap
 ///
diff --git a/operators/k_divdiv/P2VectorElementwiseKDivdivIcosahedralShellMap.hpp b/operators/k_divdiv/P2VectorElementwiseKDivdivIcosahedralShellMap.hpp
index fcaaa184..be74ef8c 100644
--- a/operators/k_divdiv/P2VectorElementwiseKDivdivIcosahedralShellMap.hpp
+++ b/operators/k_divdiv/P2VectorElementwiseKDivdivIcosahedralShellMap.hpp
@@ -48,13 +48,7 @@ namespace hyteg {
 
 namespace operatorgeneration {
 
-/// divdiv operator which is used as a stabilization term that is taken from
-///
-///     Blank, L. (2014).
-///     On Divergence-Free Finite Element Methods for the Stokes Equations (Freie Universität Berlin).
-///     p. 84, eq. (6.2)
-///
-/// for the P1-P0 stabilized Stokes discretization.
+/// divdiv operator which is the compressible part of full Stokes operator
 ///
 /// Geometry map:    IcosahedralShellMap
 ///
-- 
GitLab