<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 17, 2018 at 2:06 PM, Oleksandr Koshkarov <span dir="ltr"><<a href="mailto:olk548@mail.usask.ca" target="_blank">olk548@mail.usask.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello All,<br>
<br>
I have a 3d DMDA with big DOF number. I want to save one component of DOF to the file, however I see only a solution where I create 3D DMDA with DOF=1, then copy a slice and then save the resulting vector with VecView. There should be a simpler way. I hope you can help me with this :)<br></blockquote><div><br></div><div>I would create the same DMDA with just 1 component (one line), get a vector from it (one line),</div><div>call this to map your big vector to the smaller one (one line),</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Vec/VecStrideGather.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Vec/VecStrideGather.html</a></div><div> </div><div>and VecView() it, so 4 lines instead of 1-2.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thank you,<br>
<br>
Oleksandr Koshkarov.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><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.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>