Function t8_forest_print_all_leaf_neighbors
Defined in File t8_forest_private.h
Function Documentation
-
void t8_forest_print_all_leaf_neighbors(t8_forest_t forest)
Iterate over all leaves of a forest and for each face compute the face neighbor leaves with t8_forest_leaf_face_neighbors and print their local element ids.
This function is meant for debugging only.
Note
Currently forest must be balanced.
Note
forest must be committed before calling this function.
- Parameters:
forest – [in] The forest.