<div dir="ltr"><div dir="ltr"><br></div><div dir="ltr">On Thu, May 7, 2020 at 11:15 AM Lisandro Dalcin <<a href="mailto:dalcinl@gmail.com">dalcinl@gmail.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"><div dir="ltr"><div dir="ltr">On Thu, 7 May 2020 at 17:53, Hammond, Glenn E via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</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">Jed,<br>
<br>
We call MatMeshToCellGraph() to generate the dual matrix.  This function relies upon ParMETIS.  Can you point me to a similar function that does not require ParMETIS ( e.g. for PTScotch)?<br>
<br></blockquote><div><br></div><div>Maybe a starting point:</div><div><br></div><div>DMPlexCreateFromCellList(comm, ..., &dm);<br>PetscSectionCreate(comm, &cellPartSection);<br>DMPlexGetPartitioner(dm, &partitioner);<br>PetscPartitionerSetType(partitioner, PETSCPARTITIONERPTSCOTCH);<br>PetscPartitionerDMPlexPartition(partitioner, dm, NULL, cellPartSection, &cellPart);<br></div><div><br></div><div>One minor annoyance is that the first call will need the vertex coordinates.  Matthew, any better way?</div></div></div></blockquote><div><br></div><div>I can just fix it to allow NULL for coordinates.</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"><div dir="ltr">-- <br><div dir="ltr"><div dir="ltr"><div>Lisandro Dalcin<br>============<br>Research Scientist<br>Extreme Computing Research Center (ECRC)<br>King Abdullah University of Science and Technology (KAUST)<br><a href="http://ecrc.kaust.edu.sa/" target="_blank">http://ecrc.kaust.edu.sa/</a><br></div></div></div></div>
</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>