Function t8_dprism_successor(const t8_dprism_t *, t8_dprism_t *, int)

Function Documentation

void t8_dprism_successor(const t8_dprism_t *p, t8_dprism_t *succ, int level)

Computes the successor of a prism in a uniform grid of level level.

Parameters:
  • p[in] prism whose id will be computed.

  • succ[inout] Existing prism whose data will be filled with the data of l’s successor on level level.

  • level[in] level of uniform grid to be considered.