Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dkdtree.c19 } KDLeaf; typedef
30 KDLeaf *leaves;
147 KDLeaf *leaf; in PetscKDTreeBuildStemAndLeaves()
152 PetscCall(PetscMemzero(leaf, sizeof(KDLeaf))); in PetscKDTreeBuildStemAndLeaves()
289 PetscCall(PetscSegBufferCreate(sizeof(KDLeaf), num_leaves, &kd_build->leaves)); in PetscKDTreeCreate()
324 static inline PetscErrorCode PetscKDTreeQueryLeaf(PetscKDTree tree, KDLeaf leaf, const PetscReal po… in PetscKDTreeQueryLeaf()
342 static inline PetscErrorCode PetscKDTreeQueryLeaf_CopyCoords(PetscKDTree tree, KDLeaf leaf, const P… in PetscKDTreeQueryLeaf_CopyCoords()
368 KDLeaf leaf = tree->leaves[node_handle]; in PetscKDTreeQuery_Recurse()
488 KDLeaf leaf = tree->leaves[i]; in PetscKDTreeView()