Function t8_dtet_child

Function Documentation

void t8_dtet_child(const t8_dtet_t *tet, int childid, t8_dtet_t *child)

Compute the childid-th child in Morton order of a tetrahedron t.

Parameters:
  • tet[in] Input tetrahedron.

  • childid[inout] The id of the child, 0..7 in Bey order.

  • child[out] Existing tetrahedron whose data will be filled with the date of t’s childid-th child.