<div dir="ltr">On Sat, Apr 13, 2013 at 11:34 AM, Sonya Blade <span dir="ltr"><<a href="mailto:sonyablade2010@hotmail.com" target="_blank">sonyablade2010@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you Hong,<br>
<br>
I already looked at those examples after not achieving the successful<br>
results I decide to share it. It seems that I don't know how to read <br>
values from the vectors, EPSGetEigenvector(eps,1,vec,PETSC_NULL); retrieves<br>
no errors which I assume that it returns the eigenvectors to corresponding <br>
eigenvalue(which is second in my case).<br>
<br>
I use following notation to read values from vectors,  here I'm not sure <br>
whether the "&vec[i] or vec[i]"  can be used to read the values from vector. <br>
<br>
Vec vec;<br>
<br>
for (i=0;i<9;i++)<br>
  {<br>
    PetscPrintf(MPI_COMM_WORLD," %3.8f: ",&vec[i] );<br>
  }<br></blockquote><div><br></div><div style>Read the Manual chapter on Vectors.</div><div style><br></div><div style>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Regards,                                          </blockquote></div><br><br clear="all"><div><br></div>-- <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
</div></div>