Function t8_cmesh_trees_is_equal
Defined in File t8_cmesh_trees.h
Function Documentation
-
int t8_cmesh_trees_is_equal(t8_cmesh_t cmesh, t8_cmesh_trees_t trees_a, t8_cmesh_trees_t trees_b)
Check whether two trees structures are equal.
- Parameters:
cmesh – [in] The coarse mesh structure that contains the trees.
trees_a – [in] A trees structure to be compared.
trees_b – [in] A trees structure to be compared.
- Returns:
0 if the trees structures are equal, 1 if they are not equal.