You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Incomplete Poisson preconditioner according to the original paper is M = (I - LD^-1)(I - D^-1L^T) i.e. it uses the transpose of L in the second term.
It would be interesting to see whether that makes a performance difference compared to your implementation M = (I - LD^-1)(I - D^-1L)?
The text was updated successfully, but these errors were encountered:
The Incomplete Poisson preconditioner according to the original paper is M = (I - LD^-1)(I - D^-1L^T) i.e. it uses the transpose of L in the second term.
It would be interesting to see whether that makes a performance difference compared to your implementation M = (I - LD^-1)(I - D^-1L)?
The text was updated successfully, but these errors were encountered: