Function t8_dline_child(const t8_dline_t *, int, t8_dline_t *)
Defined in File t8_dline_bits.c
Function Documentation
-
void t8_dline_child(const t8_dline_t *line, int childid, t8_dline_t *child)
Compute the childid-th child in Morton order of a line.
- Parameters:
line – [in] Input Line.
childid – [in] The id of the child, 0 or 1, in Morton order.
child – [inout] Existing Line whose data will be filled with the date of l’s childid-th child.