<div dir="ltr">Let me rephrase. Is a functionality like this something that is worth adding to the PETSc source, or should I just write and use my own wrapper.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Feb 27, 2013 at 4:51 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div class="h5">On Wed, Feb 27, 2013 at 4:56 PM, John Mousel <span dir="ltr"><<a href="mailto:john.mousel@gmail.com" target="_blank">john.mousel@gmail.com</a>></span> wrote:<br></div></div><div class="gmail_extra">
<div class="gmail_quote"><div><div class="h5">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is there a possibility of adding a wrapper function around a few basic vector operations such as VecCopy, VecAXPY, VECAXPYPZ... to operate on ghosted vectors? I perform a lot of vector operations including the ghost region to avoid communication. It really clutters code to see stuff like<div>


<br></div><div><div>    CALL VecGhostGetLocalForm(solver%u,uk,ierr)</div><div>    CALL VecGhostGetLocalForm(solver%ukm1,ukm1,ierr)</div><div>    CALL VecGhostGetLocalForm(solver%p,pk,ierr)</div><div>    CALL VecGhostGetLocalForm(solver%pkm1,pkm1,ierr)</div>


<div>    CALL VecCopy(uk,ukm1,ierr)</div><div>    CALL VecCopy(pk,pkm1,ierr)</div><div>    CALL VecGhostRestoreLocalForm(solver%u,uk,ierr)</div><div>    CALL VecGhostRestoreLocalForm(solver%ukm1,ukm1,ierr)</div><div>    CALL VecGhostRestoreLocalForm(solver%p,pk,ierr)</div>


<div>    CALL VecGhostRestoreLocalForm(solver%pkm1,pkm1,ierr)</div></div><div><br></div><div>Maybe there's a good reason for this not already existing, or maybe it does exist and I haven't found it, but I'd think something like VecCopyGhosted would be fairly useful.</div>

</div></blockquote><div><br></div></div></div><div>Is there something we could do that would be better than you defining a function VecCopyGhosted()?</div><div><br></div><div>  Thanks,</div><div><br></div><div>
     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span><font color="#888888"><div>John</div></font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888">-- <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
</font></span></div></div>
</blockquote></div><br></div>