<div dir="ltr"><a href="https://petsc.org/main/docs/manualpages/Mat/MatCreateSubMatrix/">https://petsc.org/main/docs/manualpages/Mat/MatCreateSubMatrix/</a><br><div><br></div><div>Note, PETSc lets you give NULL arguments if there is a reasonable default.</div><div>In this case give NULL for the column IS and you will get the whole columns.</div><div><br></div><div>Mark</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 3, 2023 at 4:05 AM 김성익 <<a href="mailto:ksi2443@gmail.com">ksi2443@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"><div dir="ltr">Hello,<div><br></div><div><br></div><div>By using MatGetRow, user can get vectors from local matrix (at each process).</div><div><br></div><div>However, I need other process's row values.</div><div>So I have 2 questions.</div><div><br></div><div>1. Is there any function for getting arrays from other process's??</div><div><br></div><div>2. Or is there any function like matrix version of vecscattertoall??</div><div><br></div><div>Thanks,</div><div>Hyung Kim</div></div>
</blockquote></div>