<div class="gmail_quote">On Sat, Jan 15, 2011 at 18:14, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">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;">
<div id=":1ke"> I didn't mean a setter that allows setting one block at a time. I meant something like<br>
<br>
    MatSetType(mat,MATNEST)<br>
    MatNestSetBlocks(mat,IS isrows[], IS iscols[], Mat mats[]);</div></blockquote></div><br><div>I just pushed MatNestSetSubMats (I'm trying to avoid the name "block" because of the naming conflict with "block size" and "BlockMat").  MatCreateNest now has the obvious implementation.  Rearranging the others should be easier.</div>