Function t8_dline_is_valid(const t8_dline_t *)

Function Documentation

int t8_dline_is_valid(const t8_dline_t *line)

Query whether all entries of a line are in valid ranges.

Parameters:

line[in] line to be considered.

Returns:

True, if line is a valid line and it is safe to call any function in this file on line. False otherwise.