Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/tests/
H A Dex1.c49 PetscCall(PetscKDTreeCreate(num_coords, dim, coords, copy_mode, bucket_size, &tree)); in main()
/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c189 …PetscCall(PetscKDTreeCreate(num_targets, dim, target_coords, PETSC_USE_POINTER, PETSC_DETERMINE, &… in PetscSFSetGraphFromCoordinates()
/petsc/doc/changes/
H A D323.md61 … K-d trees for efficient nearest-neighbor point searches. Includes `PetscKDTreeCreate()`, `PetscKD…
/petsc/include/
H A Dpetscis.h356 PETSC_EXTERN PetscErrorCode PetscKDTreeCreate(PetscCount, PetscInt, const PetscReal[], PetscCopyMod…
/petsc/src/vec/is/utils/
H A Dkdtree.c236 PetscErrorCode PetscKDTreeCreate(PetscCount num_coords, PetscInt dim, const PetscReal coords[], Pet… in PetscKDTreeCreate() function