Skip to main content

Adaptive Fast Multipole Method with Laplace kernel in JAX.

Project description

jaxFMM

jaxFMM is an open source implementation of the Fast Multipole Method in JAX. The goal is to offer an easily readable/maintainable FMM implementation with good performance that runs on CPU/GPU and supports autodiff. This is enabled through JAX's just-in-time compiler.

Installation and Usage

jaxFMM depends only on JAX and can be installed from pypi or by downloading the source as follows:

pip install jaxfmm

If you want to run jaxFMM on GPUs, the easiest way is to use NVIDIA CUDA and cuDNN from pip wheels by instead typing:

pip install jaxfmm[cuda]

Using a custom, self-installed CUDA with jax is described in the JAX documentation.

The unitcube demo is a short and simple example demonstrating how to use jaxFMM.

Features

There are many flavors of FMM implementations. In short, jaxFMM currently:

  • only supports the Laplacian kernel.
  • only supports point charges.
  • only supports evaluation positions that are the same as the source positions.
  • uses real basis functions computed via recurrence relations.
  • uses "nested sum" O(p^4) M2M/M2L/L2L transformations.
  • uses a non-uniform 2^N-ary tree hierarchy (directly inspired by this work of A. Goude and S. Engblom), allowing arbitrary shape of the boxes in the hierarchy and guaranteeing balanced trees but requiring storage of interaction lists.
  • has jit-compiled functions and autodiff for every substep of the algorithm except for the generation of interaction lists.

In summary, jaxFMM in its current state can do adaptive point charge FMM for Laplace kernels with good performance for lower expansion orders (p <= 3) and reasonably homogenous distributions. Autodiff only works if the particle positions remain constant. A first benchmark of uniformly distributed charges in the unit cube, computed on Google Cloud g2-standard-8 (GPU timings) and c3d-highmem-16 (CPU timings) machines can be found below:

unitcube benchmark

TODOs

jaxFMM is primarily developed for my PhD project, where I am working on a GPU parallel FMM stray field evaluation routine with autodiff for finite-element micromagnetics. Alongside the very early state that it is in, this explains the currently limited feature set and design decisions mentioned above.

Contributions are always welcome however, and I plan to still improve jaxFMM. Topics that come to mind here are:

  • volume FMM.
  • other kernels or even a kernel-independent formulation.
  • independent evaluation and source positions.
  • distributed parallelism via jax.sharding.
  • faster M2M/M2L/L2L transformations.
  • faster jit-compilation, especially for large systems, higher orders and gradient computations.
  • jit-compilable (and differentiable) interaction list generation, if possible.
  • various other performance improvements.
  • some degree of autotuning for the parameters.

Stray Field Evaluation

As mentioned above, jaxFMM is developed for rapid stray field evaluation in finite-element micromagnetics. The strayfield branch features stray field evaluation functions for P1-FEM meshes and the corresponding strayfield unitcube demo shows how they are used. Note that this is still work in progress and currently only gives accurate results for meshes of good quality (i.e. all tetrahedra have low aspect ratio).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jaxfmm-0.0.5.tar.gz (160.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jaxfmm-0.0.5-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file jaxfmm-0.0.5.tar.gz.

File metadata

  • Download URL: jaxfmm-0.0.5.tar.gz
  • Upload date:
  • Size: 160.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for jaxfmm-0.0.5.tar.gz
Algorithm Hash digest
SHA256 fbc5ede1532574ee468162002f7f0f6925d151ba3b05cfe7585d3b171d8504ef
MD5 6af17bc43aae90625088be89d697f8de
BLAKE2b-256 7f7a4e36e37a18ebf4d07320c5c5cfe1887905d372fd8ad05fab4fb1e0b4e40e

See more details on using hashes here.

File details

Details for the file jaxfmm-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: jaxfmm-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for jaxfmm-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8df0ce10e2e0d71005da8e22e9a80996d6f12914c7d679f43ada84fd6157d16a
MD5 7767589ed608d73f449c1e5feb93df0b
BLAKE2b-256 d0d400340886e2f10e71fc6f07ec93c294b51530f81b0962b0f1efa8099b10ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page