Searched refs:coords_handle (Results 1 – 1 of 1) sorted by relevance
18 …PetscCount indices_handle, coords_handle; // Index into the indices or coordinates array for the p… member161 PetscCall(PetscSegBufferGetSize(kd_build->bucket_coords, &leaf->coords_handle)); in PetscKDTreeBuildStemAndLeaves()167 } else leaf->coords_handle = -1; in PetscKDTreeBuildStemAndLeaves()352 …for (PetscInt d = 0; d < dim; d++) dist += PetscSqr(point[d] - tree->coords[leaf.coords_handle + d… in PetscKDTreeQueryLeaf_CopyCoords()372 …if (leaf.coords_handle > -1) PetscCall(PetscKDTreeQueryLeaf_CopyCoords(tree, leaf, point, &point_i… in PetscKDTreeQuery_Recurse()499 if (leaf.coords_handle > -1) { in PetscKDTreeView()500 …cCall(PetscViewerASCIIPrintf(viewer, "%g ", (double)tree->coords[leaf.coords_handle + leaf.count *… in PetscKDTreeView()