Function t8_dtet_is_ancestor

Function Documentation

int t8_dtet_is_ancestor(const t8_dtet_t *tet, const t8_dtet_t *c)

Test if a tetrahedron is an ancestor of another tetrahedron.

Parameters:
  • tet[in] tetrahedron to be tested.

  • c[in] Descendent tetrahedron.

Returns:

true if tet is equal to or an ancestor of c.