Function t8_dline_face_neighbour(const t8_dline_t *, t8_dline_t *, int, int *)
Defined in File t8_dline_bits.h
Function Documentation
-
void t8_dline_face_neighbour(const t8_dline_t *line, t8_dline_t *neigh, int face, int *dual_face)
Compute the face neighbor of a line.
Note
line may point to the same line as neigh.
- Parameters:
line – [in] Input line.
neigh – [inout] Existing line whose data will be filled.
face – [in] The face across which to generate the neighbor.
dual_face – [out] If not NULL, the face number as seen from neigh is stored.