<div dir="ltr"><p>Thank you for your reply, Matt. I have checked the tutorials. They just use specified values and MatSetValues() to make a parallel matrix. Now, the matrix I use is in a single node of the cluster. I have &#39;M&#39; nodes in this cluster. I need to copy the sequential matrix to other &#39;M-1&#39; nodes and then use MatSetValues() or I just use MatSetvalues() in the node where the matrix is? The latter should work, right? thanks.</p>
<p>Yujie<br></p><br><div class="gmail_quote">On Mon, Sep 22, 2008 at 11:09 AM, Matthew Knepley <span dir="ltr">&lt;<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The right way to do this is to input the matrix using MatSetValues()<br>
in a distribute fashion. You can consult any of the tutorials, for instance<br>
KSP ex2 for an example of this.<br>
<br>
 &nbsp;Matt<br>
<div><div class="Wj3C7c"><br>
On Mon, Sep 22, 2008 at 12:57 PM, Yujie &lt;<a href="mailto:recrusader@gmail.com">recrusader@gmail.com</a>&gt; wrote:<br>
&gt; Hi, Petsc developer<br>
&gt;<br>
&gt; Now, I have a sequential dense matrix. How to get a parallel matrix based on<br>
&gt; it? thanks a lot.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Yujie<br>
</div></div><font color="#888888">--<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>
</font></blockquote></div><br></div>