Function t8_dtet_copy

Function Documentation

void t8_dtet_copy(const t8_dtet_t *tet, t8_dtet_t *dest)

Copy the values of one tetrahedron to another.

Parameters:
  • tet[in] Tetrahedron whose values will be copied.

  • dest[inout] Existing tetrahedron whose data will be filled with the data of tet.