[petsc-dev] MATNEST MATSUBMATRIX MATLOCALREF MATBLOCKMAT and friends

Jed Brown jed at 59A2.org
Mon Jan 17 12:56:42 CST 2011


On Sat, Jan 15, 2011 at 18:14, Barry Smith <bsmith at mcs.anl.gov> wrote:

>  I didn't mean a setter that allows setting one block at a time. I meant
> something like
>
>    MatSetType(mat,MATNEST)
>    MatNestSetBlocks(mat,IS isrows[], IS iscols[], Mat mats[]);
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110117/97ecc29e/attachment.html>


More information about the petsc-dev mailing list