-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing documentation for everything not Helmholtz #12
Comments
Dear Mikkel, Regards, |
Hi Manas, Most of the work were already done by Travis for the 3D version, so most of the credit should go to him 😄 Don't stress too much about getting the documentation in place. I personally only need the Helmholtz interface, but I thought I might as well implement the others while I was at it. Cheers, |
Any update on this? |
Dear Mikel, |
Sounds good. I was just asking since somebody mentioned in the registration of the Julia wrapper of FMM3D that the Julia wrapper of FMM2D only contained Helmholtz (the reason here being the lack of documentation). Anyhow, please let me know when the upgrade is released so that I can upgrade the Julia wrapper. Are some of the feature upgrades important? (In this case I would have to upgrade the binaries) In addition, if you prefer to have the Julia wrapper directly in this repository (similar to how it is for FMM3D), then I would be happy to transfer it. |
Someone just asked for Laplace and Stokes in the 2D wrapper. Is there any update on the documentation? If there it is soon there, I will wait until then. Otherwise I guess I will have to look a bit into the source-code 🧑💻 |
Hi Mikel, sorry about the delay. I'm in the process of getting those sets of documentation in. I should probably have them by the end of next week. Would an updated math.rst suffice for now? |
I could the math.rst a go for now. Never tried that format before, but it should probably be manageable? |
Dear Mikkel, You can find the math documentation at https://fmm2d.readthedocs.io/en/latest/math.html |
Hi Manas, Thanks a lot! Having the math will help a lot! |
A short update: I am having a bit of trouble with the Note that the binary currently wrapped is about two years old, so it might also be due to that? |
Yes, that is in fact an artifact from a previous commit. We realized this issue and changed the behavior of cfmm2d to fix this. |
Ahh ok. I guess I will have to figure out how to update the binaries. Is there some updates coming soon or would it be a good idea to already update the binaries now? |
I think it might be worthwhile updating the binaries now. We are hoping to add elasticity FMMs in the near future and maybe even update integers to 8 byte integers to be consistent with our other libraries, but both of those things could take a month+ |
Perfect, I will try to update the binaries. The way Julia updates them, however, requires a version number. I can see that the documentation still say 1.0.0, which is what the current binaries are called. I might be able to override them, but it would be easier if I could just bump the version to e.g. 1.0.1 or 1.1.0? |
Let's call it version 1.1.0, I've updated that in the docs and will update a release too once I get all the matlab and python wrappers + documentation in place |
Sounds good! |
Hello,
I am currently trying to implement a Julia-interface for this library (pretty much a copy-paste of the one for FMM3D). However, the documentation seem to only cover the Helmholtz problem. Is it safe to assume that the Laplace problem is defined similar to the Helmholtz problem, i.e. something like
Furthermore there is also implemented other kernels, but I have no experience working with these. As such I have no idea how their potential might look like and hence have problems implementing a possible interface.
Cheers,
Mikkel
The text was updated successfully, but these errors were encountered: