Searched refs:greater_handle (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 13 PetscCount greater_handle, less_equal_handle; // Handle (index) of the child nodes of the tree member 204 …_build, sorted_indices, temp, lower + 1, end, depth + 1, &is_greater_leaf, &stem->greater_handle)); in PetscKDTreeBuildStemAndLeaves() 388 …PetscCall(PetscKDTreeQuery_Recurse(tree, point, stem.greater_handle, PetscBTLookup(&stem.are_handl… in PetscKDTreeQuery_Recurse() 392 …PetscCall(PetscKDTreeQuery_Recurse(tree, point, stem.greater_handle, PetscBTLookup(&stem.are_handl… in PetscKDTreeQuery_Recurse() 481 …stem.greater_handle, PetscBTLookup(&stem.are_handles_leaves, LESS_EQUAL_BIT) ? "Leaf" : "Stem", st… in PetscKDTreeView()
|