Function t8_dline_is_root_boundary(const t8_dline_t *, int)
Defined in File t8_dline_bits.h
Function Documentation
-
int t8_dline_is_root_boundary(const t8_dline_t *line, int face)
Compute whether a given line shares a given face with its root tree.
- Parameters:
line – [in] The input line.
face – [in] A face of line.
- Returns:
True if face is a subface of the line’s root element.