<div dir="ltr"><div>Hello,</div><div><br></div><div>I have a DMPlex 3D mesh containing cells, faces, edges, and vertices. What is the best way to get the face which contains a set of vertices in this mesh? I can find the edge which contains a set of vertices using DMPlexGetJoin. However, the documentation explicitly says that it does not work for multilevel joins.</div><div><br></div><div>My current idea is to:<br></div><div>1. Find the supporting edges of each vertex using DMPlexGetSupport and add them to a list of edges</div><div>2. Remove all edges that only appear once in the list<br></div><div>3. Use DMPlexGetJoin to find the face that is the join of these edges</div><div><br></div><div>Does this sound like it will work? Is there a better way to do this?</div><div><br></div><div>Cheers,</div><div>Jason<br></div></div>