Function t8_dpyramid_nearest_common_ancestor
Defined in File t8_dpyramid_bits.h
Function Documentation
-
void t8_dpyramid_nearest_common_ancestor(const t8_dpyramid_t *pyra1, const t8_dpyramid_t *pyra2, t8_dpyramid_t *nca)
Compute the nearest common ancestor of two elements.
- Parameters:
pyra1 – [in] The first pyramid
pyra2 – [in] The second pyramid
nca – [inout] Existing pyramid whose data will be filled with the data of pyra1 and pyra2 nearest common ancestor.