exafmm / pyexafmm

Kernel Independent Fast Multipole Method in Python
https://exafmm.github.io/pyexafmm
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

TST: Comparison with source computations #37

Closed skailasa closed 4 years ago

skailasa commented 4 years ago

This PR compares the multipole/local expansions with direct computation from the sources in order to find the origin of the discrepency between the FMM results and direct computation.

A small bug was found in the calculation of the l2l matrices, which has been fixed here. Further engineering work will be needed to make the matrix computations more robust against programmer errors in the future.

skailasa commented 4 years ago

Out Of Date