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

Integration with AdaptOctree #53

Closed skailasa closed 3 years ago

skailasa commented 3 years ago

Integration With AdaptOctree

This issue is a description of the changes required to integrate pyexafmm with adaptoctree.

Build

API

Algorithm

Upward Pass

P2M

M2M

Downward Pass

M2L

Near Field

These will probably be entirely replaced, as it's specific to the non-adaptive tree.

General Points

skailasa commented 3 years ago

This has been addressed in #56