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

Incomplete LU factorisation #146

Open
djelovina opened this issue Jul 7, 2023 · 2 comments
Open

Incomplete LU factorisation #146

djelovina opened this issue Jul 7, 2023 · 2 comments

Comments

@djelovina
Copy link

djelovina commented Jul 7, 2023

Is there a way to call incomplete ILU0 factorization?
Assuming, there is no ILU0 is there any test for SpTRSV only, where I get ILU0 matrices externally from another code?

@djelovina djelovina closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2023
@djelovina djelovina reopened this Jul 7, 2023
@xiaoyeli
Copy link
Owner

xiaoyeli commented Jul 8, 2023

SuprLU_DIST does not have ILU. Sequential SuperLU has good support of ILU.

Unfortunately, you cannot directly use SpTRSV, unless you put your ILU0 matrix in the SuperLU's internal L & U formats.

@djelovina
Copy link
Author

@xiaoyeli thank you for the quick response.

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

2 participants