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

Function Documentation

void t8_dtri_sibling(const t8_dtri_t *element, int sibid, t8_dtri_t *sibling)

Compute a specific sibling of a triangle.

Parameters:
  • element[in] Input triangle.

  • sibid[in] The id of the sibling computed, 0..7 in Bey order.

  • sibling[inout] Existing triangle whose data will be filled with the data of sibling no. sibling_id of element.