Function t8_dpyramid_successor(const t8_dpyramid_t *, t8_dpyramid_t *, const int)
Defined in File t8_dpyramid_bits.c
Function Documentation
-
void t8_dpyramid_successor(const t8_dpyramid_t *elem, t8_dpyramid_t *s, const int level)
Computes the successor of a pyramid in a uniform grid of level level.
- Parameters:
elem – [in] pyramid whose id will be computed.
s – [inout] Existing pyramid whose data will be filled with the data of l’s successor on level level.
level – [in] level of uniform grid to be considered.