-
Notifications
You must be signed in to change notification settings - Fork 15
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
Contour block SS #189
Contour block SS #189
Conversation
…roblems.jl into contour_asakura
400f7c8
to
b275345
Compare
b275345
to
14e4c21
Compare
This new way of specifying quadrature might break use of |
The unification of handling of error messages requires some more thought process and deserves a different PR. |
I'm now feeling more or less ready with this PR. Several recent CI-failure seems to be due to a change of test computers. I think travis now ran on a computer with less memory and therefore failed for the WEP-tests. Unrelated to this PR. |
New attempt for the contour integral method block SS method (previously contour_assu) described in Asakura, Sakurai, Tadano, Ikegami, Kimura, A numerical method for nonlinear eigenvalue problems using contour integrals, JSIAM Letters, 2009 Volume 1 Pages 52-55
Example:
There were some details missing in the original JSIAM-paper, so I had to use techniques from other papers.
Still not quite finished: Cleanup needed. We could also add other quadrature rules and ideally do code sharing with beyn, but it requires quite a bit of reordering of the code.
cleanup: make warnings like in beyn