Template Function exafmm_t::build_list_parent_level

Function Documentation

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

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

Template Parameters

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

Parameters
  • nNode pointer.

  • fmm – FMM instance.