Skip to content
Snippets Groups Projects
Isuru Fernando's avatar
Isuru Fernando authored
* Use pytential branch

* Refactor E2P

* try new loopy branch

* fix formatting

* disable domains check

* register only if not found

* Move kernel_scaling to the outer kernel

* Refactor P2E

* Use loopy main

* re-enable implemented domains check

* Rename some loopy kernel handling functions

---------

Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
15aa1929
History

sumpy: n-body kernels and translation operators

Gitlab Build Status Github Build Status Python Package Index Release Page Zenodo DOI for latest release

Sumpy is mainly a 'scaffolding' package for Fast Multipole and quadrature methods. If you're building one of those and need code generation for the required Multipole and local expansions, come right on in. Together with boxtree, there is a full, symbolically kernel-independent FMM implementation here.

Sumpy relies on

and, indirectly,

  • PyOpenCL as computational infrastructure

PyOpenCL is likely the only package you'll have to install by hand, all the others will be installed automatically.

Resources: