Function t8_dtet_is_sibling

Function Documentation

int t8_dtet_is_sibling(const t8_dtet_t *tet1, const t8_dtet_t *tet2)

Test if two tetrahedra are siblings.

Parameters:
  • tet1[in] First tetrahedron to be tested.

  • tet2[in] Second tetrahedron to be tested.

Returns:

true if tet1 is equal to or a sibling of tet2.