Function rusty_tree::morton::compute_interaction_list[][src]

pub fn compute_interaction_list(key: usize) -> HashSet<usize>
Expand description

Compute interaction list.

The interaction list of a key consists of all the children of the near field of the parent that are not themselves in the near field of the key. The function returns a set of all keys that form the interaction list of the current key.