Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c18 …PetscCount indices_handle, coords_handle; // Index into the indices or coordinates array for the p… member
156 PetscCall(PetscSegBufferGetSize(kd_build->bucket_indices, &leaf->indices_handle)); in PetscKDTreeBuildStemAndLeaves()
332 PetscCount point_index = tree->bucket_indices[leaf.indices_handle + i]; in PetscKDTreeQueryLeaf()
355 *index = tree->bucket_indices[leaf.indices_handle + i]; in PetscKDTreeQueryLeaf_CopyCoords()
493 PetscCount bucket_index = tree->bucket_indices[leaf.indices_handle + j]; in PetscKDTreeView()