-
- Downloads
Use a separate class for M2L translation and change expansion default to FFT (#113)
* Use a separate class for M2L translation * Fix docs and caching * M2L Translation Factory * vim markers * Fix tests * Fix toys * Fix test_m2l_toeplitz * Fix more tests * Use a better rscale to get the test passing * Use pytential dev branch * Try 2r/order instead of r/order
parent
7f0e9b10
No related branches found
No related tags found
Checking pipeline status
Showing
- .github/workflows/ci.yml 2 additions, 2 deletions.github/workflows/ci.yml
- doc/expansion.rst 5 additions, 0 deletionsdoc/expansion.rst
- sumpy/e2e.py 44 additions, 35 deletionssumpy/e2e.py
- sumpy/expansion/local.py 42 additions, 539 deletionssumpy/expansion/local.py
- sumpy/expansion/m2l.py 770 additions, 0 deletionssumpy/expansion/m2l.py
- sumpy/fmm.py 19 additions, 21 deletionssumpy/fmm.py
- sumpy/toys.py 8 additions, 0 deletionssumpy/toys.py
- test/test_fmm.py 12 additions, 2 deletionstest/test_fmm.py
- test/test_kernels.py 8 additions, 2 deletionstest/test_kernels.py
- test/test_misc.py 2 additions, 4 deletionstest/test_misc.py
Loading
Please register or sign in to comment