Function t8_dtet_is_parent

Function Documentation

int t8_dtet_is_parent(const t8_dtet_t *tet, const t8_dtet_t *child)

Test if a tetrahedron is the parent of another tetrahedron.

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

  • child[in] Possible child tetrahedron.

Returns:

true if tet is the parent of child.