Function t8_cmesh_get_global_vertices_of_tree
Defined in File t8_cmesh_vertex_connectivity.h
Function Documentation
-
const t8_gloidx_t *t8_cmesh_get_global_vertices_of_tree(const t8_cmesh_t cmesh, const t8_locidx_t local_tree, int *num_vertices)
Get the global vertex indices of a tree in its local vertex order.
- Parameters:
cmesh – [in] A committed cmesh.
local_tree – [in] A local tree in cmesh.
num_vertices – [out] The number of vertices of local_tree, if not null
- Returns:
The global vertices of local_tree