Function t8_cmesh_get_tree_class(t8_cmesh_t, t8_locidx_t)
Defined in File t8_cmesh.h
Function Documentation
-
t8_eclass_t t8_cmesh_get_tree_class(t8_cmesh_t cmesh, t8_locidx_t ltree_id)
Return the eclass of a given local tree. TODO: Should we refer to indices or consequently use ctree_t?
- Parameters:
cmesh – [in] The cmesh to be considered.
ltree_id – [in] The local id of the tree whose eclass will be returned.
- Returns:
The eclass of the given tree. TODO: Call tree ids ltree_id or gtree_id etc. instead of tree_id. cmesh must be committed before calling this function.