diff --git a/hog/operator_generation/operators.py b/hog/operator_generation/operators.py index a51eb593c606222efe309681a09d608e0fd1a366..c7ae742f2a40703826c23b700d548911cec5aa09 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 │