Posted Wed, 14 Mar 2012 19:57:59 GMT by Sana
hello,
I'm Trying to run a unsaturated transient flow,
When running the simulation, at each step, it was marqued at the bottom of the Feflow window these messages:
- assembling matrix for the flow equations
-computing discontinuous velocity field
-drawing fringed fiels

and [b]-Incomplete fractorisation (IF) preconditioning for conjugate gradient method

What does this message mean??

Thank you very much!
Posted Thu, 15 Mar 2012 08:42:50 GMT by Denim Umeshkumar Anajwala
Hi Sana,

this log message indicates that the matrix which has to be solved is nonsymmetric. Thus not the standard PCG solver is used, but a nonsymmetric one, default is the Preconditioned Lanczos BiCGSTABP. Preconditioning the matrix is done in order to speed up the solution process.
Posted Thu, 15 Mar 2012 11:22:03 GMT by Sana
Dear Bastian,

If the equation system is nonsymetric and using  the Precoditioned lanczos type BiCGSTABP method (default), Why I have the log message with IF PCG  :o

In my cense,  PCG IF is specific to symmetric equations systems)!!!!

Thanks!


Posted Tue, 20 Mar 2012 12:58:13 GMT by Denim Umeshkumar Anajwala
Dear Sana,

the IF preconditioning is not specific for symmetric systems. As stated here:

[url=http://www.feflow.info/html/help/HTMLDocuments/reference/dialogs/problemsettings/solver_type.htm]http://www.feflow.info/html/help/HTMLDocuments/reference/dialogs/problemsettings/solver_type.htm[/url]

"All methods for solving the nonsymmetric equation systems (transport simulation) except SAMG apply the incomplete factorization (IF) preconditioning."

You must be signed in to post in this forum.