inducer / pytential

Evaluate layer and volume potentials accurately. Solve integral equations.
https://pypi.python.org/pypi/pytential
25 stars 15 forks source link

Implement distributed layer potential evaluation #224

Open gaohao95 opened 1 year ago

gaohao95 commented 1 year ago

This PR implements the distributed layer potential evaluation using MPI. On the high level, it broadcasts the necessary geometry data from the root rank to the worker rank, and each worker rank constructs a local copy of the geometry data independently.

❗ Depends on https://github.com/inducer/boxtree/pull/93.

inducer commented 2 months ago

239 should get rid of the mypy problems.