Template Function exafmm_t::build_list_child_level

Function Documentation

template<typename T>
void exafmm_t::build_list_child_level(Node<T> *n, const FmmBase<T> &fmm)

Given the pointer of a node n, loop over the children of n’s colleagues to build n’s M2P_list and P2P_list.

Template Parameters

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

Parameters
  • nNode pointer.

  • fmm – FMM instance.