Great! That works. Thanks a lot.<div><br></div><div>Peter<br><br><div class="gmail_quote">On Tue, Oct 23, 2012 at 1:49 PM, 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"><br>
   Peter,<br>
<br>
     You can use PETSC_VIEWER_ASCII_MATLAB   this causes all the decimal digits to be printed (useful for debugging)<br>
<br>
   Barry<br>
<br>
<br>
Just ignore the fact that it is related to MATLAB.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Oct 23, 2012, at 9:08 AM, Peter Zhoujie Lyu <<a href="mailto:lzj@umich.edu">lzj@umich.edu</a>> wrote:<br>
<br>
> Okay, thanks. My output file is for debugging purpose. I need to check the possible errors at much higher digits, where VecView cut off at 6 digits for my case. I will try out HDF5 output then.<br>
><br>
> Thanks,<br>
><br>
> Peter<br>
><br>
> On Tue, Oct 23, 2012 at 9:51 AM, Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br>
> On Tue, Oct 23, 2012 at 9:49 AM, Peter Zhoujie Lyu <<a href="mailto:lzj@umich.edu">lzj@umich.edu</a>> wrote:<br>
> Hi everyone,<br>
><br>
> My code dumps petsc vec and mat into an output file using VecView and MatView. I was wondering if there is any way to set the format, such as number of digits that was showing in the output file?<br>
><br>
>       call PetscViewerASCIIOpen(PETSC_COMM_WORLD,"dJdWd.output",viewer,PETScIerr)<br>
>       call PetscViewerSetFormat(viewer,PETSC_VIEWER_ASCII_INDEX,PetscIerr)<br>
>       call VecView(dJdW,viewer,PETScIerr)<br>
><br>
> There is not. Our intention for ASCII output is debugging only. For production, we suggest using<br>
> the binary output which is smaller and faster, or perhaps the HDF5 for which many good tools exist.<br>
><br>
>   Thanks,<br>
><br>
>     Matt<br>
><br>
> Thanks,<br>
><br>
> Peter<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>
<br>
</div></div></blockquote></div><br></div>