Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c332 PetscCount point_index = tree->bucket_indices[leaf.indices_handle + i]; in PetscKDTreeQueryLeaf() local
333 PetscReal dist = PetscSquareDistance(dim, point, &tree->coords[point_index * dim]); in PetscKDTreeQueryLeaf()
336 *index = point_index; in PetscKDTreeQueryLeaf()
370 PetscCount point_index; in PetscKDTreeQuery_Recurse() local
372 …ds_handle > -1) PetscCall(PetscKDTreeQueryLeaf_CopyCoords(tree, leaf, point, &point_index, &dist)); in PetscKDTreeQuery_Recurse()
373 else PetscCall(PetscKDTreeQueryLeaf(tree, leaf, point, &point_index, &dist)); in PetscKDTreeQuery_Recurse()
376 *index = point_index; in PetscKDTreeQuery_Recurse()
/petsc/include/petsc/private/
H A Ddmswarmimpl.h88 PetscInt point_index; member
/petsc/src/dm/impls/swarm/
H A Dswarmpic_sort.c73 ctx->list[p].point_index = p; in DMSwarmSortSetup()
178 pid_unsorted = ctx->list[pid].point_index; in DMSwarmSortGetPointsPerCell()