Issue using bicgstab with ilu for preconditioning

4 views (last 30 days)
I'm coding a 2D CVFEM solver using bicgstab with ilu to get preconditioners and I'm getting the following error:
??? Error using ==> ilu There is a pivot equal to zero. Consider decreasing the drop tolerance or consider using the 'udiag' option.
I use the udiag option and a different factorization options (crout, milu, etc) with same result.
What you think is the origin of my problem?
Thanks in advance.

Answers (0)

Categories

Find more on Encryption / Cryptography in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!