Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c13 PetscCount greater_handle, less_equal_handle; // Handle (index) of the child nodes of the tree member
202 …sorted_indices, temp, start, lower + 1, depth + 1, &is_less_equal_leaf, &stem->less_equal_handle)); in PetscKDTreeBuildStemAndLeaves()
384 …PetscCall(PetscKDTreeQuery_Recurse(tree, point, stem.less_equal_handle, PetscBTLookup(&stem.are_ha… in PetscKDTreeQuery_Recurse()
396 …PetscCall(PetscKDTreeQuery_Recurse(tree, point, stem.less_equal_handle, PetscBTLookup(&stem.are_ha… in PetscKDTreeQuery_Recurse()
481 …etscBTLookup(&stem.are_handles_leaves, LESS_EQUAL_BIT) ? "Leaf" : "Stem", stem.less_equal_handle)); in PetscKDTreeView()