Searched defs:_n_PetscKDTree (Results 1 – 1 of 1) sorted by relevance
21 struct _n_PetscKDTree { struct22 PetscInt dim; // Coordinate dimension of the tree23 PetscInt max_bucket_size; // Maximum number of points stored at each leaf25 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 Destroy30 KDLeaf *leaves;31 KDStem *stems;32 PetscCount *bucket_indices;