<div dir="ltr">This is a Matt question and I recall a question on getting the original node ordering recently, but I am not finding it.<div><br></div><div>How is your Plex created? If you give it a mesh and don't distribute it the node ordering does not change.</div><div>In that case you can use a simpler version Brandon's code:</div><div>ierr = DMGetCoordinatesLocal(dm, &coordinates);CHKERRQ(ierr); <br></div><div>Then use VecView.</div><div><br></div><div>However, I don't understand what you are trying to do exactly. Are you just verifying that PLex has the correct coordinates?</div><div><br></div><div>Mark</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 24, 2021 at 9:58 AM Miguel Angel Tapia <<a href="mailto:miguel.td19@outlook.com" target="_blank">miguel.td19@outlook.com</a>> wrote:<br></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">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello. I am a master's student in Mexico. I am currently working on a project in which we are implementing DMPlex in a code for electromagnetic modeling. Right now I am working on understanding the tool in C. But I'm stuck on something and that's why my next
 doubt:
<div><br>
</div>
<div>I am trying to get the coordinates of the nodes of a mesh in DMPlex. I already understood how the DAG is structured, how to obtain the nodes that make up some point. But the ordering of the nodes changes in DMPlex. So I need to know the coordinates of
 each node to compare them with my initial mesh and confirm that the same nodes form the same point in the software I am using as well as in the DMPlex DAG.</div>
<div><br>
</div>
<div>It would be great if you could guide me a bit on how to do this or indicate which DMPlex examples would be good to review or which examples solve something similar to my situation.</div>
<div><br>
</div>
Thank you in advance. Regards.<br>
</div>
</div>

</blockquote></div></div>