Function t8_dtri_corner_descendant(const t8_dtri_t *, t8_dtri_t *, int, int)

Function Documentation

void t8_dtri_corner_descendant(const t8_dtri_t *element, t8_dtri_t *s, int corner, int level)

Compute the descendant of a triangle in a given corner.

Parameters:
  • element[in] Triangle whose descendant is computed.

  • s[out] Existing triangle whose data will be filled with the data of t’s descendant in corner.

  • corner[in] The corner in which the descendant should lie.

  • level[in] The refinement level of the descendant. Must be greater or equal to element’s level.