Function t8_dtet_face_neighbour

Function Documentation

int t8_dtet_face_neighbour(const t8_dtet_t *tet, int face, t8_dtet_t *neigh)

Compute the face neighbor of a tetrahedron.

Note

tet may point to the same tetrahedron as neigh.

Parameters:
  • tet[in] Input tetrahedron.

  • face[in] The face across which to generate the neighbor.

  • neigh[inout] Existing tetrahedron whose data will be filled.