Skip to content
  • Sebastian Ohlmann's avatar
    Fix kernel for periodic boundaries · b0a71744
    Sebastian Ohlmann 创作于
    The kernel used only one grid dimension to loop over the periodic
    points. This, however, fails if more than about 65000 points are in
    the periodic boundary. Rearrange the grid to split this number over the
    second and third dimension to avoid this issue.
    b0a71744