Function exafmm_t::convolution_grid

Function Documentation

RealVec exafmm_t::convolution_grid(int p, real_t r0, int level, real_t *c)

Generate the convolution grid of a given box.

Parameters
  • p – Order of expansion.

  • r0 – Half side length of the bounding box (root node).

  • level – Level of the box.

  • c – Coordinates of the center of the box.

Returns

Vector of coordinates of convolution grid.