Thank you for your further explanation. I just want to use this data in other packages. I think that ASCII file is likely better.&nbsp;Because&nbsp;I&nbsp;don&#39;t&nbsp;know&nbsp;the&nbsp;format&nbsp;of&nbsp;the binary&nbsp;file?&nbsp;how&nbsp;to&nbsp;find&nbsp;it?<br> <br>In addition, do you have any better methods to save the sparsity structure picture of&nbsp;the&nbsp;matrix?&nbsp;Now,&nbsp;I&nbsp;use&nbsp;&quot;-mat_view_draw&quot;&nbsp;to&nbsp;do&nbsp;this.&nbsp;However,&nbsp;the&nbsp;speed&nbsp;is&nbsp;very&nbsp;slow&nbsp;and&nbsp;the&nbsp;picture&nbsp;is&nbsp;small.&nbsp;I&nbsp;want&nbsp;to&nbsp;get&nbsp;a&nbsp;big&nbsp;picture&nbsp;and&nbsp;directly&nbsp;save&nbsp;it&nbsp;to&nbsp;the&nbsp;disk?&nbsp;
<br> could you give me some advice? thanks a lot.<br><br>Regards,<br>Yujie<br><br><div><span class="gmail_quote">On 1/23/08, <b class="gmail_sendername">Matthew Knepley</b> &lt;<a href="mailto:knepley@gmail.com">knepley@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
On Jan 22, 2008 11:01 PM, Yujie &lt;<a href="mailto:recrusader@gmail.com">recrusader@gmail.com</a>&gt; wrote:<br>&gt; Dear Matt:<br>&gt;<br>&gt; thank you for your reply. Do you have any method to generate an ascii file<br>
&gt; of the huge sparse matrix? thanks<br><br>I think you miss my point. The PETSc function is not a bad way to generate<br>ASCII matrices. ASCII matrices make &quot;no sense&quot; for large operators.<br><br>&nbsp;&nbsp; Matt<br><br>
&gt; Regards,<br>&gt; Yujie<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 1/23/08, Matthew Knepley &lt;<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>&gt; wrote:<br>&gt; &gt; On Jan 22, 2008 8:50 PM, Yujie &lt;<a href="mailto:recrusader@gmail.com">
recrusader@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; Hi everyone:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; #include &quot;petsc.h&quot;<br>&gt; &gt; &gt;&nbsp;&nbsp;PetscErrorCode PetscViewerASCIIOpen(MPI_Comm comm,const char<br>&gt; &gt; &gt; name[],PetscViewer *lab)
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; #include &quot;petsc.h&quot;<br>&gt; &gt; &gt;&nbsp;&nbsp;PetscErrorCode PetscViewerBinaryOpen(MPI_Comm comm,const char<br>&gt; &gt; &gt; name[],PetscFileMode type,PetscViewer *binv)<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; if the difference between them is that one for ASCII output and the<br>&gt; other<br>&gt; &gt; &gt; for Binary output, why are there different parameters?<br>&gt; &gt;<br>&gt; &gt; It is historical. If you want to be generic, you should use
<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp; PetscViewerCreate()<br>&gt; &gt;&nbsp;&nbsp; PetscViewerSetType()<br>&gt; &gt;&nbsp;&nbsp; PetscViewerFileSetMode()<br>&gt; &gt;&nbsp;&nbsp; PetscViewerFileSetName()<br>&gt; &gt;<br>&gt; &gt; which can create both.<br>&gt; &gt;
<br>&gt; &gt; &gt; The speed to output matrix is very fast when I use<br>&gt; PetscViewerBinaryOpen.<br>&gt; &gt; &gt; However, when I use PetscViewerASCIIOpen, I can&#39;t get the matrix output.<br>&gt; the<br>&gt; &gt; &gt; code always is running and it has taken about one day! what&#39;s the
<br>&gt; problem?<br>&gt; &gt; &gt; thank you.<br>&gt; &gt;<br>&gt; &gt; ASCII files do not make sense for large matrices. You should use binary<br>&gt; files.<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;Matt<br>&gt; &gt;<br>&gt; &gt; &gt; Regards,
<br>&gt; &gt; &gt; Yujie<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; What most experimenters take for granted before they begin their<br>&gt; &gt; experiments is infinitely more interesting than any results to which
<br>&gt; &gt; their experiments lead.<br>&gt; &gt; -- Norbert Wiener<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br><br><br><br>--<br>What most experimenters take for granted before they begin their<br>experiments is infinitely more interesting than any results to which
<br>their experiments lead.<br>-- Norbert Wiener<br><br></blockquote></div><br>