Function t8_cmesh_get_global_vertex_of_tree
Defined in File t8_cmesh_vertex_connectivity.h
Function Documentation
-
t8_gloidx_t t8_cmesh_get_global_vertex_of_tree(const t8_cmesh_t cmesh, const t8_locidx_t local_tree, const int local_tree_vertex)
Get a single global vertex index of a local tree’s local vertex.
- Parameters:
cmesh – [in] A committed cmesh.
local_tree – [in] A local tree in cmesh.
local_tree_vertex – [in] A local vertex of local_tree
- Returns:
The global vertex matching local_tree_vertex of local_tree.