Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/tests/
H A Dex1.c15 PetscInt num_coords, dim, num_rand_points = 0, bucket_size = PETSC_DECIDE; in main() local
31 …ptionsInt("-bucket_size", "Size of the bucket at each leaf", "", bucket_size, &bucket_size, NULL)); in main()
49 PetscCall(PetscKDTreeCreate(num_coords, dim, coords, copy_mode, bucket_size, &tree)); in main()