Function t8_dtet_parent

Function Documentation

void t8_dtet_parent(const t8_dtet_t *tet, t8_dtet_t *parent)

Compute the parent of a tetrahedron.

Note

t may point to the same tetrahedron as parent.

Parameters:
  • tet[in] Input tetrahedron.

  • parent[inout] Existing tetrahedron whose data will be filled with the data of tet’s parent.