Function t8_dtet_face_neighbour
Defined in File t8_dtet_bits.h
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.