On Wed, Oct 24, 2012 at 7:32 PM, Nachiket Gokhale <span dir="ltr"><<a href="mailto:gokhalen@gmail.com" target="_blank">gokhalen@gmail.com</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">
I have matrices K and M  and I am trying to create the matrix<br>
<br>
D = K -  (w^2) M    where w is a scalar.<br>
<br>
I am trying to do this using matscale of M and then using MatComposite<br>
and MatCompositeMerge.  However,  I am not clear about the<br>
documentation of MatCreateComposite.<br>
<br>
<a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatCreateComposite.html" target="_blank">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatCreateComposite.html</a><br>
<br>
It says the output parameter is A, however I don't see A in the call.<br>
Perhaps the output is Mat?  Also, the documentation says that nmat is<br>
the number of matrices to put in, but I see only one argument - does<br>
this function take variable number of arguments? I haven't seen Petsc<br>
functions like this in the past ...<br></blockquote><div><br></div><div>The argument mats in an array. That is why you need nmat. You put both K and M in</div><div>the array.</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">
<br>
Also, the call in the example seems ex9.c is<br>
<br>
 67:     MatCreateComposite(PETSC_COMM_WORLD,3,A,&B);<br>
<br>
So, there are three matrices to put in but only one (A) is put in.  I<br>
don't quite understand this either.<br>
<br>
Any help would be appreciated,<br>
<br>
Thanks,<br>
<br>
-Nachiket<br>
</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>