Function t8_dline_child

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.