fmm2d
fmm2d copied to clipboard
This codebase is a set of libraries to compute N-body interactions governed by the Laplace and Helmholtz equations, to a specified precision, in two dimensions, on a multi-core shared-memory machine.
The make.inc.macos.gnu does not work on Mac M2 chips
Hello, I am currently trying to implement a Julia-interface for this library (pretty much a copy-paste of the one for FMM3D). However, the documentation seem to only cover the Helmholtz...
The Python interface fails to build with `make python`. This can be fixed by deleting the `pyproject.toml` file, or by adding `setuptools` to `pyproject.toml` and removing the `-e` flag from...
The notation \nabla ( H_0 (k \| x - x_j \|) ) for a dipole source for Helmholtz is unclear, and implies \nabla_x which would be incorrect (the target-grad when...
I suggest adding the topic n-body and perhaps others you can think of the the About section.