<div dir="ltr"><div dir="ltr">On Fri, Jun 10, 2022 at 4:06 PM Blaise Bourdin <<a href="mailto:bourdin@mcmaster.ca">bourdin@mcmaster.ca</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Given a PetscSection, is there an easy way to get a list of point at which the number of dof is >0?<br>
For instance, when projecting over a FE space, I’d rather do a loop over such points than do a loop over all points in a DM, get the number of dof, and test if it is >0.<br></blockquote><div><br></div><div>We do not have an index like this. There is always a tradeoff between direct indexing (as we have now in Section) and indirect indexing (as you would have</div><div>if you compressed the indices). For internal uses, the search would never pay off I think. It would not be hard to make this up front if you think it would be</div><div>beneficial. I have never seen a case where the loop takes much more time than the compressed version.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Regards,<br>
Blaise<br>
-- <br>
Professor, Department of Mathematics & Statistics<br>
Hamilton Hall room 409A, McMaster University<br>
1280 Main Street West, Hamilton, Ontario L8S 4K1, Canada <br>
<a href="https://www.math.mcmaster.ca/bourdin" rel="noreferrer" target="_blank">https://www.math.mcmaster.ca/bourdin</a> | +1 (905) 525 9140 ext. 27243<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>