<div dir="ltr"><div class="gmail_quote">On Wed, Apr 6, 2011 at 09:34, Thomas Witkowski <span dir="ltr"><<a href="mailto:thomas.witkowski@tu-dresden.de">thomas.witkowski@tu-dresden.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have not a very good overview of PETSc's internal matters, but wouldn't be it correct that MatGetBlockSize returns the number of nested matrices of a MatNest?</blockquote></div><br><div>No, and it would not make sense to do so because that is semantically different information.</div>
<div><br></div><div>We can add support for automatically detecting splits when MatNest is used, but it really is better to set the splits using PCFieldSplitSetIS() or by using DMComposite because then it will do the correct thing regardless of whether MatNest is used underneath.</div>
</div>