<div dir="ltr"><div dir="ltr">On Sat, Aug 14, 2021 at 12:19 AM Miguel Angel Tapia <<a href="mailto:miguel.td19@outlook.com">miguel.td19@outlook.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 style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello. First of all thanks for the answers to the previous questions. They were really useful to me.
<div><br>
</div>
Now I am facing a new problem. The code in which I want to implement DMPlex has a specific order in which it orders the elements that make up other elements for meshes of tetrahedra. But when I get the elements that make up some point of the DMPlex DAG they
 don't match what I need. So I would like to know what is the numbering convention for meshes of tetrahedra that is used in DMPlex?<br>
</div>
</div>

</blockquote></div><br clear="all"><div>We need to be a little more precise, so I can understand what you need.</div><div><br></div><div>We usually begin with a cell associated to a set of vertices. Our reference tetrahedron is composed of the vertices, numbered 0 to 3:</div><div><br></div><div>  (-1, -1, -1) -- (-1, 1, -1) -- (1, -1, -1) -- (-1, -1, 1)</div><div><br></div><div>The triangular faces, numbers 0 to 3, are composed of the vertices</div><div><br></div><div>  {0, 1, 2}, {0, 3, 1}, {0, 2, 3}, {2, 1, 3}</div><div><br></div><div>Notice that they all have outward normal.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><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>