Function t8_dtri_parent

Function Documentation

void t8_dtri_parent(const t8_dtri_t *element, t8_dtri_t *parent)

Compute the parent of a triangle.

Note

element may point to the same triangle as parent.

Parameters:
  • element[in] Input triangle.

  • parent[inout] Existing triangle whose data will be filled with the data of elem’s parent.