Template Function exafmm_t::build_list

Function Documentation

template<typename T>
void exafmm_t::build_list(Nodes<T> &nodes, const FmmBase<T> &fmm)

Build interaction lists of each node in a tree.

Template Parameters

T – Target’s value type (real or complex).

Parameters
  • nodes – Vector of nodes that represents an octree.

  • fmm – FMM instance.