Lines Matching defs:tree
47 PetscErrorCode PetscKDTreeDestroy(PetscKDTree *tree) in PetscKDTreeDestroy()
86 PetscKDTree tree; member
91 static inline int PetscKDTreeSortFunc(PetscCount left, PetscCount right, PetscKDTree tree, uint8_t … in PetscKDTreeSortFunc()
112 static PetscErrorCode PetscKDTreeVerifySortedIndices(PetscKDTree tree, PetscCount sorted_indices[],… in PetscKDTreeVerifySortedIndices()
132 PetscKDTree tree; member
140 PetscKDTree tree = kd_build->tree; in PetscKDTreeBuildStemAndLeaves() local
238 PetscKDTree tree; in PetscKDTreeCreate() local
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()
363 static PetscErrorCode PetscKDTreeQuery_Recurse(PetscKDTree tree, const PetscReal point[], PetscCoun… in PetscKDTreeQuery_Recurse()
427 PetscErrorCode PetscKDTreeQueryPointsNearestNeighbor(PetscKDTree tree, PetscCount num_points, const… in PetscKDTreeQueryPointsNearestNeighbor()
467 PetscErrorCode PetscKDTreeView(PetscKDTree tree, PetscViewer viewer) in PetscKDTreeView()