<div dir="ltr">I would liket to create a Tpetra::Map [1] from a MOAB parallel partition. To this end, I need to following:<div><br></div><div> * The notion of global ID of a node. I trust EntityHandle is what I'm looking for? EntityID appears to be the index a lot of times, aka, a local ID.</div><div> * Translate a Range into a std::vector. Seems easy given Range's operator[].</div><div> * Get owned nodes. Get owned plus shared nodes.</div><div>    I'm still not quite familiar on how to best pick out entity sets from a pcomm. I see there's `get_pstatus_entities()`, but I don't see a PSTATUS_OWNED.</div><div><br></div><div>Cheers,</div><div>Nico</div><div><br></div><div>[1] <a href="https://trilinos.org/docs/dev/packages/tpetra/doc/html/classTpetra_1_1Map.html">https://trilinos.org/docs/dev/packages/tpetra/doc/html/classTpetra_1_1Map.html</a></div></div>