<div dir="ltr">Yes. The output is double precision now. Thanks.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 12, 2013 at 11:56 AM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Jan 12, 2013, at 9:42 AM, Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br>
<br>
> On Sat, Jan 12, 2013 at 9:40 AM, amlan barua <<a href="mailto:abarua@iit.edu">abarua@iit.edu</a>> wrote:<br>
> Hi,<br>
> How to set the precision of the output in the vecview command? I want to see more digits.<br>
><br>
</div>   Or use PetscViewerSetFormat(viewer,PETSC_VIEWER_ASCII_MATLAB); before calling VecView()<br>
<span class="HOEnZb"><font color="#888888"><br>
   Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> That is fixed in VecView. You can just use VecGetArray() and print, or use the binary output<br>
> and process it with Python.<br>
><br>
>    Matt<br>
><br>
><br>
> Amlan<br>
><br>
><br>
><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>
<br>
</div></div></blockquote></div><br></div>