dmalhotra / pvfmm

A parallel kernel-independent FMM library for particle and volume potentials
http://pvfmm.org
GNU Lesser General Public License v3.0
51 stars 28 forks source link

How to use Helmholtz kernel in Python? #17

Open hchau630 opened 3 months ago

hchau630 commented 3 months ago

I would like to use particle FMM with Helmholtz kernel (benchmarked in your paper) in Python, but it seems that it is missing from the python examples. Could you describe how one could set it up? Thanks.