<span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Tibo,</span><div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse">Unless your matrix has special structure that allows special algorithm</span></font></div>
<div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse">for computing only 1st few solution components, you have to compute</span></font></div>
<div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse">entire solution entires.</span></font></div><div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse"><br>
</span></font></div><div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse">Hong</span></font></div><div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse"><br>
</span></font><br><div class="gmail_quote">On Sat, Sep 29, 2012 at 2:55 PM,  <span dir="ltr"><<a href="mailto:tibo@berkeley.edu" target="_blank">tibo@berkeley.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
<br>
I am using petsc to solve a system AX=B. I use the classical user approach<br>
with a KSP context. In particular I use a LU factorization once (using the<br>
external package MUMPS here, but it could be something else) and then use<br>
KSP solve to solve for multiple different right hand sides.<br>
<br>
However in my problem, I am only interested in a few elements (Let's say<br>
as an example only the first 10 elements out of 100000) of the solution<br>
vector.<br>
<br>
Is there a way in petsc to ask to only retrieve the first few elements of<br>
the solution vector, or do I have to perform the full vector calculation<br>
and then "manually" retrieve the elements I want ?<br>
<br>
Thank you for your help,<br>
<br>
Tibo<br>
<br>
</blockquote></div><br></div>