Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c324 …PetscKDTree tree, KDLeaf leaf, const PetscReal point[], PetscCount *index, PetscReal *distance_sqr) in PetscKDTreeQueryLeaf() argument
329 *distance_sqr = PETSC_MAX_REAL; in PetscKDTreeQueryLeaf()
334 if (dist < *distance_sqr) { in PetscKDTreeQueryLeaf()
335 *distance_sqr = dist; in PetscKDTreeQueryLeaf()
342 …PetscKDTree tree, KDLeaf leaf, const PetscReal point[], PetscCount *index, PetscReal *distance_sqr) in PetscKDTreeQueryLeaf_CopyCoords() argument
347 *distance_sqr = PETSC_MAX_REAL; in PetscKDTreeQueryLeaf_CopyCoords()
353 if (dist < *distance_sqr) { in PetscKDTreeQueryLeaf_CopyCoords()
354 *distance_sqr = dist; in PetscKDTreeQueryLeaf_CopyCoords()