On Tue, Oct 23, 2012 at 9:49 AM, Peter Zhoujie Lyu <span dir="ltr"><<a href="mailto:lzj@umich.edu" target="_blank">lzj@umich.edu</a>></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 everyone,<div><br></div><div>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?</div>


<div><br></div><div><div>      call PetscViewerASCIIOpen(PETSC_COMM_WORLD,"dJdWd.output",viewer,PETScIerr)</div><div>      call PetscViewerSetFormat(viewer,PETSC_VIEWER_ASCII_INDEX,PetscIerr)</div><div>      call VecView(dJdW,viewer,PETScIerr)</div>
</div></blockquote><div><br></div><div>There is not. Our intention for ASCII output is debugging only. For production, we suggest using</div><div>the binary output which is smaller and faster, or perhaps the HDF5 for which many good tools exist.</div>
<div><br></div><div>  Thanks,</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"><div>Thanks,</div><div><br></div><div>
Peter</div>
</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<br>