-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laplace & Stokes support #8
Comments
Hi there @tanderson92, I've been wanting to add Laplace and Stokes for a while now, but due to missing documentation I've been putting it aside. In January I was told that the documentation would be added soon, but it does not seem like it has happened yet. Maybe ping Manas in the other issue?. In any case I will have a look tomorrow to see how easy/difficult it would be to simply look at the Fortran code to create the missing wrappers. |
Hi again, Manas was kind enough to quickly add the mathematical notation for the problems to the documentation. The branch Note also that How much do you need Stokes? (I think it will require a little more effort to include) Cheers, |
Hi Mikkel, I will test your branch when I get a chance, hopefully very soon. Thank you! |
Hi Thomas, Ok, I will see if I have time to look into Stokes. Its not something I have experience with, so I might wait a little until the actual documentation is up-to-date (currently only the mathematical description is there). Note that I have already merged the branch into main and made a new release that includes updated binaries. Unfortunately it still seem as Cheers, |
It would be useful to me if this package would wrap Laplace and Stokes. In addition to$x == x_j$ and drops such terms from the sum. This would be useful in a project I am working on, except the julia package doesn't support Laplace or Stokes.
FMM2D
being described as an improvement toFMMLIB2D
it has clear API advantages: it does checking forNot essential, but these features would be appreciated (by myself and @maltezfaria)!
The text was updated successfully, but these errors were encountered: