<div class="gmail_quote">On Wed, Jun 22, 2011 at 16:45, Milan Mitrovic <span dir="ltr">&lt;<a href="mailto:milan.v.mitrovic@gmail.com">milan.v.mitrovic@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 id=":ug">Both vectors are created with the VecCreateGhostWithArray as pasted above.<br>
<br>
The ghosts never get updated... I put a dummy value and it stays untouched.<br></div></blockquote><div><br></div><div>Please paste the code you used to conclude this and what you expected to see.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":ug">
<br>
&#39;to&#39; is also a ghosted vector but the contributions from the ghosts<br>
should be discarded. The ghosts are only used to compute the new local<br>
values.</div></blockquote></div><div><br></div><div>Then why were you using this?</div><div><br></div><div>         CALL VecGhostUpdateBegin(to,ADD_VALUES,SCATTER_REVERSE,info)</div><div>         CALL VecGhostUpdateEnd(to,ADD_VALUES,SCATTER_REVERSE,info)</div>
<div><br></div><div>What did you expect that to do?</div>