<div dir="ltr">Dear neks!<div><br></div><div>I would like to compute kinetic energy dissipation over different subdomains.</div><div><br></div><div>It involves the calculation of the dissipation itself in GLL points,</div><div>and integration over some domain.</div><div><br></div><div>I understand now that it is more accurate to involve whole number of elements </div><div>for integration, </div><div>and  that for computation of  the integral over</div><div>a subdomain one can use a mask (of 1s and 0es) over the whole domain,</div><div>and after that to use global scalar product like glsc3.</div><div><br></div><div>Are there the implementations of these ideas?</div><div>first of all, the creation of a mask, based on geometrical constructions like</div><div><div>      IF      (Y.gt.something) THEN</div></div><div>...</div><div><br></div><div>and also if somebody has already a procedure of kinetic energy dissipation,</div><div>though here it is more strait: calculation of of velocity gradient and contraction of</div><div>its multiplication with itself,</div><div><br></div><div>Thank you, Ilias</div></div>