exafmm / exafmm-t

A kernel-independent fast multipole method library with Python interface.
BSD 3-Clause "New" or "Revised" License
58 stars 13 forks source link

create a Python interface for exafmm-t using pybind11 #14

Closed tingyu66 closed 4 years ago

tingyu66 commented 4 years ago

Use pybind11 to create Python bindings of the C++ code. Added pybind11 as a submodule of this repo. In a new directory called python, you will find:

Other changes are listed below (mainly to allow using multiple kernels at the same time in an application):

rioyokota commented 4 years ago

LGTM