Function t8_forest_tree_get_leaf_elements
Defined in File t8_forest_general.h
Function Documentation
-
t8_element_array_t *t8_forest_tree_get_leaf_elements(const t8_forest_t forest, const t8_locidx_t ltree_id)
Return the array of leaf elements of a local tree in a forest.
- Parameters:
forest – [in] The forest.
ltree_id – [in] The local id of a local tree of forest.
- Returns:
An array of t8_element_t * storing all leaf elements of this tree.