Home
last modified time | relevance | path

Searched refs:are_handles_leaves (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/utils/
H A Dkdtree.c11 …PetscByte are_handles_leaves; // Bit-wise boolean for whether the greater_handle a… member
203 if (is_less_equal_leaf) PetscCall(PetscBTSet(&stem->are_handles_leaves, LESS_EQUAL_BIT)); in PetscKDTreeBuildStemAndLeaves()
205 if (is_greater_leaf) PetscCall(PetscBTSet(&stem->are_handles_leaves, GREATER_BIT)); in PetscKDTreeBuildStemAndLeaves()
384 …y_Recurse(tree, point, stem.less_equal_handle, PetscBTLookup(&stem.are_handles_leaves, LESS_EQUAL_… in PetscKDTreeQuery_Recurse()
388 …uery_Recurse(tree, point, stem.greater_handle, PetscBTLookup(&stem.are_handles_leaves, GREATER_BIT… in PetscKDTreeQuery_Recurse()
392 …uery_Recurse(tree, point, stem.greater_handle, PetscBTLookup(&stem.are_handles_leaves, GREATER_BIT… in PetscKDTreeQuery_Recurse()
396 …y_Recurse(tree, point, stem.less_equal_handle, PetscBTLookup(&stem.are_handles_leaves, LESS_EQUAL_… in PetscKDTreeQuery_Recurse()
480 …", i, (PetscInt)stem.axis, (double)stem.split, PetscBTLookup(&stem.are_handles_leaves, GREATER_BIT… in PetscKDTreeView()
481 …stem.greater_handle, PetscBTLookup(&stem.are_handles_leaves, LESS_EQUAL_BIT) ? "Leaf" : "Stem", st… in PetscKDTreeView()