<div dir="ltr">On Thu, Aug 8, 2013 at 6:32 AM, Bishesh Khanal <span dir="ltr"><<a href="mailto:bisheshkh@gmail.com" target="_blank">bisheshkh@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi all,<br></div>Let's say I have two DMDAs with identical size but with different dofs. <br>
</div>E.g. da1 with dof=4;   da2 with dof=1;<br></div>I have global vectors associated with each one of them, say, gv1 and gv2 respectively.<br>
</div>How can I copy/scatter values of one particular field from gv1 to gv2 ? <br>Looking at the manual it seems I should be able to use sth like following:<br><div>VecScatterCreate(Vec gv1, IS iGv1, Vec gv2, IS iGv2, VecScatter *ctx)<br>

VecScatterBegin(VecScatter ctx, Vec gv1,Vec gv2, INSERT_VALUES,SCATTER_FORWARD);<br></div><div>But I do not know how to get the Index sets iGv1 and iGv2 in this case.<br></div></div>
</blockquote></div><br><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 class="gmail_extra">
<br></div><div class="gmail_extra">   Matt<br clear="all"><div><br></div>-- <br>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>