Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/tests/
H A Dex1.c59 …PetscCall(PetscKDTreeQueryPointsNearestNeighbor(tree, num_coords, coords, PETSC_MACHINE_EPSILON * … in main()
75 …PetscCall(PetscKDTreeQueryPointsNearestNeighbor(tree, num_rand_points, rand_points, 0., indices, d… in main()
/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c191 …PetscCall(PetscKDTreeQueryPointsNearestNeighbor(tree, nleaves, leafcoords, tol, indices, distances… in PetscSFSetGraphFromCoordinates()
/petsc/doc/changes/
H A D323.md61 …`, `PetscKDTreeDestroy()`, `PetscKDTreeView()`, and then `PetscKDTreeQueryPointsNearestNeighbor()`…
/petsc/include/
H A Dpetscis.h359 PETSC_EXTERN PetscErrorCode PetscKDTreeQueryPointsNearestNeighbor(PetscKDTree, PetscCount, const Pe…
/petsc/src/vec/is/utils/
H A Dkdtree.c427 PetscErrorCode PetscKDTreeQueryPointsNearestNeighbor(PetscKDTree tree, PetscCount num_points, const… in PetscKDTreeQueryPointsNearestNeighbor() function