Searched refs:PetscKDTreeQueryPointsNearestNeighbor (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 59 …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 D | sfcoord.c | 191 …PetscCall(PetscKDTreeQueryPointsNearestNeighbor(tree, nleaves, leafcoords, tol, indices, distances… in PetscSFSetGraphFromCoordinates()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 61 …`, `PetscKDTreeDestroy()`, `PetscKDTreeView()`, and then `PetscKDTreeQueryPointsNearestNeighbor()`…
|
| /petsc/include/ |
| H A D | petscis.h | 359 PETSC_EXTERN PetscErrorCode PetscKDTreeQueryPointsNearestNeighbor(PetscKDTree, PetscCount, const Pe…
|
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 427 PetscErrorCode PetscKDTreeQueryPointsNearestNeighbor(PetscKDTree tree, PetscCount num_points, const… in PetscKDTreeQueryPointsNearestNeighbor() function
|