Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c324 static inline PetscErrorCode PetscKDTreeQueryLeaf(PetscKDTree tree, KDLeaf leaf, const PetscReal po… in PetscKDTreeQueryLeaf() function
373 else PetscCall(PetscKDTreeQueryLeaf(tree, leaf, point, &point_index, &dist)); in PetscKDTreeQuery_Recurse()