Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c342 static inline PetscErrorCode PetscKDTreeQueryLeaf_CopyCoords(PetscKDTree tree, KDLeaf leaf, const P… in PetscKDTreeQueryLeaf_CopyCoords() function
372 …if (leaf.coords_handle > -1) PetscCall(PetscKDTreeQueryLeaf_CopyCoords(tree, leaf, point, &point_i… in PetscKDTreeQuery_Recurse()