Home
last modified time | relevance | path

Searched defs:_n_PetscKDTree (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/utils/
H A Dkdtree.c21 struct _n_PetscKDTree { struct
22 PetscInt dim; // Coordinate dimension of the tree
23 PetscInt max_bucket_size; // Maximum number of points stored at each leaf
25 PetscBool is_root_leaf;
26 PetscCount root_handle;
28 PetscCount num_coords, num_leaves, num_stems, num_bucket_indices;
29 const PetscReal *coords, *coords_owned; // Only free owned on Destroy
30 KDLeaf *leaves;
31 KDStem *stems;
32 PetscCount *bucket_indices;