Closed omalled closed 6 years ago
@omalled thanks for posting this issue, and thanks a ton for the MWE. I will fix this as soon as I finish submitting a couple of assignments that I have due here 😄
Could you please checkout the master branch? It should work now.
That did the trick. Thanks!
I am trying to migrate to AlgebraicMultigrid.jl from PyAMG.jl which is apparently being abandoned based on the discussion here. The first thing I want to do is get the tests working for my project which relies on a Ruge-Stuben preconditioner. The tests involve solving small linear systems, and I ran into a problem with AlgebraicMultigrid.jl for these systems. The same problem occurs with a slight modification of the example code from the README, and seems to arise when there is only 1 level in the
MultiLevel
object. Here's a minimal example that illustrates the issue:and here is the output I see
I am using julia v0.7.0 and AlgebraicMultigrid v0.2.0.