-
Notifications
You must be signed in to change notification settings - Fork 22
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
Reference for direct interpolation used #44
Comments
I found it in Trottenberg's Multigrid book -> Appendix A. An Introduction to Algebraic Multigrid (by Klaus Stuben) -> Section A.4.2 Direct Interpolation -> A.4.2.3 General case (compared to the more commonly-seen formula in Section A.4.2.1 M-matrices) |
Sorry to bother, but I think the reference does not match the actual implementation. One of my students found this. I fail to understand the discrepancy, too. In these lines here AlgebraicMultigrid.jl/src/classical.jl Lines 158 to 162 in 7bb7e05
Here an abs pops up (introduced in #43), while the original general formula given by Klaus Stuben's An Introduction to Algebraic Multigrid (A.4.2.3 - Equation 83f) states that the weights are signed, i.e.
such that Can someone help me here what I got wrong? |
What is the reference for the direct interpolation used in this package? I see that it is an extension to non Z matrices but is there a paper or book that describes the rationale?
The text was updated successfully, but these errors were encountered: