Function t8_dtri_copy(const t8_dtri_t *, t8_dtri_t *)

Function Documentation

void t8_dtri_copy(const t8_dtri_t *element, t8_dtri_t *dest)

Copy the values of one triangle to another.

Parameters:
  • element[in] Triangle whose values will be copied.

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