[petsc-users] Cholesky matrix factorization

Pearl Flath pflath at ices.utexas.edu
Sat Sep 8 15:19:59 CDT 2012


Hi all,

I have a matrix M, for which I set up a Cholesky decomposition M = L L^T
using MUMPS and PETSc. I then obtained the factored matrix with

  PCFactorGetMatrix(pc,&factor);

However, I do not want to solve M*x = b, which seems to be what MatSolve
does. How do I tell it to solve Lx = b instead?

Thanks,

Pearl Flath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120908/f859efbe/attachment.html>


More information about the petsc-users mailing list