Function t8_dtri_successor

Function Documentation

void t8_dtri_successor(const t8_dtri_t *element, t8_dtri_t *s, int level)

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

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

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

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