<div dir="ltr"><div dir="ltr">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><div class="gmail_quote"><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></blockquote><div><br></div><div>No, You would turn everything into a type of matrix, but you can get the effect you want.</div><div>Vectors can be easily used to create dense matrices, or vice versa. The scalars would also</div><div>be dense matrices (and can share storage). Sparse vectors are just sparse matrices in</div><div>PETSc.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>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</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>