<div dir="ltr">Thank you Jed.<br><br><div class="gmail_quote">On Wed, Aug 3, 2011 at 6:47 AM, Jed Brown <span dir="ltr">&lt;<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="gmail_quote"><div class="im">On Wed, Aug 3, 2011 at 04:08, Mohammad Mirzadeh <span dir="ltr">&lt;<a href="mailto:mirzadeh@gmail.com" target="_blank">mirzadeh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>I have a question regarding the VecScatter routine. If I make a call like:</div><div><br></div><div>VecScatterCreate(old_vec, PETSC_NULL, new_vec, is_scat, &amp;vec_scat);</div></blockquote><div><br></div></div><div>

This creates map from the entire old_vec to the subset of new_vec indexed by the global indices is_scat.</div><div class="im">
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>

VecScatterBegin(vec_scat, old_vec, new_vec, INSERT_VALUES, SCATTER_FORWARD);</div><div>VecScatterEnd(vec_scat, old_vec, new_vec, INSERT_VALUES, SCATTER_FORWARD);</div>

<div><br></div><div>what is it that will happen? Does this takes the values of old_vec vector and put them into new_vec and takes care of all communications?</div></blockquote><div><br></div></div><div>Yes, they go into new_vec according to the global indices is_scat.</div>


</div>
</blockquote></div><br></div>