<div dir="ltr"><div dir="ltr">On Mon, Sep 14, 2020 at 6:15 PM Jeremy Theler <<a href="mailto:jeremy@seamplex.com">jeremy@seamplex.com</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">Hello all<br>
<br>
Say I have a fully-interpolated 3D DMPlex and a point with arbitrary<br>
coordinates x,y,z. What's the most efficient way to know which cell<br>
this point belongs to in parallel? Cells can be either tets or hexes.<br></blockquote><div><br></div><div>I should make a tutorial on this, but have not had time so far.</div><div><br></div><div>The intention is that you use</div><div><br></div><div>  <a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMLocatePoints.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMLocatePoints.html</a></div><div><br></div><div>This will just brute force search unless you also give</div><div><br></div><div>  -dm_plex_hash_location</div><div><br></div><div>which builds a grid hash to accelerate it. I should probably expose</div><div><br></div><div>  DMPlexLocatePoint_Internal()</div><div><br></div><div>which handles the single cell queries. If you just had one point, that might make it simpler,</div><div>although you would still write your own loop. If your intention is to interpolate a field at these</div><div>locations, I created</div><div><br></div><div>  <a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/DMInterpolationCreate.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/DMInterpolationCreate.html</a></div><div><br></div><div>which no one but me uses so far, but I think it is convenient.</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>
--<br>
jeremy theler<br>
<a href="http://www.seamplex.com" rel="noreferrer" target="_blank">www.seamplex.com</a><br>
<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>