Function t8_dprism_child

Function Documentation

void t8_dprism_child(const t8_dprism_t *p, int childid, t8_dprism_t *child)

Compute the childid-th child in Morton order of a prism.

Parameters:
  • p[in] Input prism.

  • childid[in] The id of the child, in 0 - 7, in Morton order.

  • child[inout] Existing prism whose data will be filled with the date of p’s childid-th child.