Searched refs:distance_sqr (Results 1 – 1 of 1) sorted by relevance
324 …PetscKDTree tree, KDLeaf leaf, const PetscReal point[], PetscCount *index, PetscReal *distance_sqr) in PetscKDTreeQueryLeaf() argument329 *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() argument347 *distance_sqr = PETSC_MAX_REAL; in PetscKDTreeQueryLeaf_CopyCoords()353 if (dist < *distance_sqr) { in PetscKDTreeQueryLeaf_CopyCoords()354 *distance_sqr = dist; in PetscKDTreeQueryLeaf_CopyCoords()