Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c138 …PetscCount start, PetscCount end, PetscInt depth, PetscBool *is_node_leaf, PetscCount *node_handle) in PetscKDTreeBuildStemAndLeaves() argument
150 PetscCall(PetscSegBufferGetSize(kd_build->leaves, node_handle)); in PetscKDTreeBuildStemAndLeaves()
176 PetscCall(PetscSegBufferGetSize(kd_build->stems, node_handle)); in PetscKDTreeBuildStemAndLeaves()
363 …reeQuery_Recurse(PetscKDTree tree, const PetscReal point[], PetscCount node_handle, char is_node_l… in PetscKDTreeQuery_Recurse() argument
368 KDLeaf leaf = tree->leaves[node_handle]; in PetscKDTreeQuery_Recurse()
381 KDStem stem = tree->stems[node_handle]; in PetscKDTreeQuery_Recurse()