Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-09-23 Thread Hong
it in superlu_dist? Best, Antoine -Message d'origine- De : Hong [mailto:hzh...@mcs.anl.gov] Envoyé : Friday, August 29, 2014 9:14 PM À : Gaetan Kenway Cc : Antoine De Blois; petsc-users@mcs.anl.gov Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose We can add

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-09-23 Thread Antoine De Blois
 : Re: [petsc-users] superlu_dist and MatSolveTranspose Antoine, I just find out that superlu_dist does not support MatSolveTransport yet (see Sherry's email below). Once superlu_dist provides this support, we can add it to the petsc/superlu_dist interface. Thanks for your patience. Hong

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-09-22 Thread Antoine De Blois
 : Antoine De Blois; petsc-users@mcs.anl.gov Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose We can add MatSolveTranspose() to the petsc interface with superlu_dist. Jed, Are you working on it? If not, I can work on it. Hong On Fri, Aug 29, 2014 at 6:14 PM, Gaetan Kenway gaet

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-09-22 Thread Hong
Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose We can add MatSolveTranspose() to the petsc interface with superlu_dist. Jed, Are you working on it? If not, I can work on it. Hong On Fri, Aug 29, 2014 at 6:14 PM, Gaetan Kenway gaet...@gmail.com wrote: Hi Antoine We are also

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-08-29 Thread Antoine De Blois
computational time, Regards, Antoine -Message d'origine- De : Jed Brown [mailto:j...@jedbrown.org] Envoyé : Thursday, August 28, 2014 5:01 PM À : Antoine De Blois; 'petsc-users@mcs.anl.gov' Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose Antoine De Blois antoine.debl

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-08-29 Thread Gaetan Kenway
-users@mcs.anl.gov' Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose Antoine De Blois antoine.debl...@aero.bombardier.com writes: Hello everyone, I am trying to solve a A^T x = b system. For my applications, I had realized that the MatSolveTranspose does not converge properly

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-08-29 Thread Hong
and ideas on how to improve my computational time, Regards, Antoine -Message d'origine- De : Jed Brown [mailto:j...@jedbrown.org] Envoyé : Thursday, August 28, 2014 5:01 PM À : Antoine De Blois; 'petsc-users@mcs.anl.gov' Objet : Re: [petsc-users] superlu_dist and MatSolveTranspose

[petsc-users] superlu_dist and MatSolveTranspose

2014-08-28 Thread Antoine De Blois
Hello everyone, I am trying to solve a A^T x = b system. For my applications, I had realized that the MatSolveTranspose does not converge properly. Therefore, I had implemented a MatTranspose followed by a MatSolve. This proved to converge perfectly (which is strange since the transposed

Re: [petsc-users] superlu_dist and MatSolveTranspose

2014-08-28 Thread Jed Brown
Antoine De Blois antoine.debl...@aero.bombardier.com writes: Hello everyone, I am trying to solve a A^T x = b system. For my applications, I had realized that the MatSolveTranspose does not converge properly. What do you mean does not converge properly? Can you send a test case where the