Function t8_dpyramid_first_descendant_face(const t8_dpyramid_t *, const int, t8_dpyramid_t *, const int)
Defined in File t8_dpyramid_bits.c
Function Documentation
-
void t8_dpyramid_first_descendant_face(const t8_dpyramid_t *p, const int face, t8_dpyramid_t *first_desc, const int level)
Construct the first 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
first_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.