Function t8_dtri_is_parent(const t8_dtri_t *, const t8_dtri_t *)

Function Documentation

int t8_dtri_is_parent(const t8_dtri_t *element, const t8_dtri_t *child)

Test if a triangle is the parent of another triangle.

Parameters:
  • element[in] triangle to be tested.

  • child[in] Possible child triangle.

Returns:

true if element is the parent of child.