Function t8_forest_no_overlap
Defined in File t8_forest_general.h
Function Documentation
-
int t8_forest_no_overlap(t8_forest_t forest)
Check whether the forest has local overlapping elements.
See also
t8_forest_partition_test_boundary_element if you also want to test for global overlap across the process boundaries.
Note
This function is collective, but only checks local overlapping on each process.
- Parameters:
forest – [in] The forest to consider.
- Returns:
True if forest has no elements which are inside each other.