[petsc-users] parallel incomplete Cholesky conjugate gradient solver

Jed Brown jed at 59A2.org
Sun May 1 12:07:17 CDT 2011


On Sun, May 1, 2011 at 18:57, Li, Zhisong (lizs) <lizs at mail.uc.edu> wrote:

> For those elliptic Poisson-style equations, the matrix is often
> non-symmetrical and costly to solve. And it's often mentioned that the
> incomplete Cholesky conjugate gradient (ICCG) method will be the best choice
> for handling these problems.
>

Hardly. Multigrid is much better for "Poisson-style equations".


>
> In Petsc, the ICC preconditioner is only implemented in serial processing.
>  And parallel ICC is not available in other packages such as Hypre.
>

You can use ILU. It is normally the same, but uses more memory. Note that
incomplete factorization tends not to scale very well, so you may want to
consider multilevel or domain decomposition methods.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110501/482dd5cf/attachment.htm>


More information about the petsc-users mailing list