Skip to content
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

According to the original paper, the Incomplete Poisson preconditioner is slightly different #1

Open
klausbu opened this issue Apr 27, 2022 · 0 comments

Comments

@klausbu
Copy link

klausbu commented Apr 27, 2022

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant