<div dir="ltr">Not exactly.<div>But you can make a Mat for each.<div>Mark</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 14, 2022 at 8:59 AM Thomas Hisch <<a href="mailto:t.hisch@gmail.com">t.hisch@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
I would like to ask if it is possible to create a MatNest matrix that<br>
contains matrices, vectors and scalars.<br>
<br>
My (jacobian) matrix looks like the following<br>
<br>
[[A, B, a, b],<br>
 [C, D, c, d],<br>
 [e, f, g, h]]<br>
<br>
where A-D are sparse square matrices, a-d are dense column vectors, e,<br>
f are sparse row vectors and g,h are just scalars.<br>
<br>
Is there also a petsc4py example that shows how nest objects should be<br>
created and how they should be used?<br>
<br>
Best regards<br>
Thomas<br>
</blockquote></div>