Function t8_dpyramid_last_descendant_face

Function Documentation

void t8_dpyramid_last_descendant_face(const t8_dpyramid_t *p, const int face, t8_dpyramid_t *last_desc, const int level)

Construct the last descendant of a pyramid touching a given face.

Parameters:
  • p[in] pyramid whose descendant is computed.

  • face[in] The face at which the descendant is computed

  • last_desc[out] Existing pyramid whose data will be filled with the data of p’s first descendant on level level.

  • level[in] The refinement level. Must be greater than p’s refinement level.