[MOAB-dev] Order of entities returned by iMesh_getEntAdj
Chris Eldred
chris.eldred at gmail.com
Sun Nov 17 17:44:34 CST 2013
Hey Moab-Dev,
Are the adjacent entities returned by iMesh_getEntAdj in any sort of order?
For example, consider a mesh of quadrilaterals. Get the edges adjacent
to a given face. If the edges are numbered according the convention
defined by MOAB
(http://www.mcs.anl.gov/uploads/cels/papers/P1573A.pdf) I would get
the array (0,1,2,3) or some shifted version of this. Will
iMesh_getEntAdj return (0,1,2,3) (or a shifted/flipped version of it),
or could I get something like (1,3,2,0) back (where the edges are not
ordered with respect to a CW or CCW traverse around the face)?
Thanks,
-Chris Eldred
--
Chris Eldred
DOE Computational Science Graduate Fellow
Graduate Student, Atmospheric Science, Colorado State University
B.S. Applied Computational Physics, Carnegie Mellon University, 2009
chris.eldred at gmail.com / celdred at atmos.colostate.edu
More information about the moab-dev
mailing list