On Wed, Jun 8, 2011 at 7:05 AM, Klaus Zimmermann <span dir="ltr">&lt;<a href="mailto:klaus.zimmermann@physik.uni-freiburg.de">klaus.zimmermann@physik.uni-freiburg.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I want to extract the most relevant eigenstates from a quadratic, complex symmetric generalized eigenvalue problem Ax = \lambda Bx. A is complex symmetric with 3*36 non-zeros per row, B is real with 36 non-zeros per row (subpattern), both with dimension of the order of up to 1e7. We use Krylov-Schur with shift-and-invert from slepc. With a direct solver for the inner part (at the moment mumps) everything works fine. To circumvent memory problems and improve parallelizability I would like to use an iterative solver for the inner part, but was unable to actually get one to work.<br>

What is also strange is that the setup as it is now works fine only with out true residuals. If we use the command line switch for true residuals the Krylov-Schur does not seem to convert.<br>
So my questions are:<br>
1) Do you have any idea on why true residuals would work worse than the Krylov estimate?<br></blockquote><div><br></div><div>I am not sure what you mean here. The &quot;true&quot; residual distinction only has to do with stopping criteria, not with</div>
<div>the solution returned. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2) What iterative solver/preconditioner would you suggest?<br></blockquote><div><br></div><div>Iterative solvers do not work without good preconditioners (which are really just other approximate solvers). And</div><div>parallel preconditioners all depend on the operator. So, without knowing anything about the operator, we cannot</div>
<div>make an intelligent recommendation.</div><div><br></div><div>However, you might look at Elemental (<a href="http://code.google.com/p/elemental/">http://code.google.com/p/elemental/</a>) which solves the complex symmetric eigenproblem and is very scalable.</div>
<div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks in advance!<br><font color="#888888">
Klaus<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener<br>