|
subroutine | quadtree_mod::initialise_quadtree (this_quadtree, parent, xmin, xmax, ymin, ymax, max_num_el) |
| Initialize quadtree_box. More...
|
|
recursive subroutine | quadtree_mod::deallocate_quadtree (this_quadtree) |
| Deallocates an item in the quadtree recursively. More...
|
|
recursive subroutine | quadtree_mod::quadtree_insert (this_quadtree, array, index) |
| Inserts a new item in the quadtree. More...
|
|
recursive subroutine | quadtree_mod::quadtree_traversal (this_quadtree, array, sigma) |
| Apply function on all elements if at lowest level. Else go to the four children. More...
|
|
subroutine, public | quadtree_mod::quadtree_smoothing (part, npart, pos1min, pos1max, pos2min, pos2max, hv, maxppc) |
|