Any way to improve the convergence of ParIlut? #1572
Unanswered
FlyingCat2023
asked this question in
Q&A
Replies: 1 comment 9 replies
-
I believe ILU should be more robust than ParILU/ParILUT. If ILU does not converge, then I am not sure if there is a way to make ParILU/ParILUT converge. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a matrix which is generated from CutFEM. The matrix is symmetric but may be not positive definite. I try to solve Ax = b by using the ParIlut preconditioner but fail to get a convergent solution. I found that it was because ILU was not converged in both 2D and 3D problems. I wonder if there is a solution to ensure convergence of ParIlut?
Beta Was this translation helpful? Give feedback.
All reactions