Build an adaptive octatree
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fmm_tree_type), | intent(inout) | :: | t |
Tree data structure to populate |
||
real(kind=rp), | intent(in), | target | :: | c_particle(:,:) |
Coordinates of the particles to insert in the tree |
|
real(kind=rp), | intent(in) | :: | dfar |
Threshold distance for near to far field |
||
real(kind=rp), | intent(in), | optional | :: | min_cell_size_in |
Minimum radius for a node, if a node is below this threshold it won't be split |