Function t8_dline_successor

Function Documentation

void t8_dline_successor(const t8_dline_t *line, t8_dline_t *succ, int level)

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

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

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

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