From 9c3c0a963c1175fccd93594b61b1b8e9f7a0e1db Mon Sep 17 00:00:00 2001
From: Daniel Bauer <daniel.j.bauer@fau.de>
Date: Wed, 26 Mar 2025 09:27:05 +0100
Subject: [PATCH] include coefficients and blending in docstring

---
 hog/operator_generation/operators.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/hog/operator_generation/operators.py b/hog/operator_generation/operators.py
index a51eb59..c7ae742 100644
--- a/hog/operator_generation/operators.py
+++ b/hog/operator_generation/operators.py
@@ -924,8 +924,9 @@ class HyTeGElementwiseOperator:
           ┌── quadrature declarations (tabulations, points, weights, etc.)
           ├── loop nest (spatial, element type)
           │   ├── computation of micro coordinates │ CSE
-          │   ├── computation of Jacobian          │
-          │   ├── load src/dst vectors
+          │   ├── computation of affine Jacobian   │
+          │   ├── computation of blending Jacobian - CSE
+          │   ├── load src/dst/coeff vectors
           │   ├── integration of element matrix    │ CSE
           │   └── kernel operation                 │
 
-- 
GitLab