<div dir="ltr"><div class="gmail_extra" style="font-size:12.800000190734863px">So I have to create a global vector AND a local vector using DMCreateLocalVector.</div><div class="gmail_extra" style="font-size:12.800000190734863px"><br></div><div class="gmail_extra" style="font-size:12.800000190734863px">Then I do DMGlobalToLocalBegin/End. Does this not lead to too much copying ? I see there is VecCreateGhost but no such thing for DMDA ?</div><div class="gmail_extra" style="font-size:12.800000190734863px"><br></div><div class="gmail_extra" style="font-size:12.800000190734863px">Best</div><div class="gmail_extra" style="font-size:12.800000190734863px">praveen</div><div class="gmail_extra" style="font-size:12.800000190734863px"><br></div><div class="gmail_extra" style="font-size:12.800000190734863px">PS: Would be nice if the reply-to was set to mailing list. I frequently forget to do Reply All.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 5, 2016 at 7:45 PM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Praveen C <<a href="mailto:cpraveen@gmail.com">cpraveen@gmail.com</a>> writes:<br>
<br>
> Dear all<br>
><br>
> I am using DMDA and create a vector with<br>
><br>
> DMCreateGlobalVector<br>
><br>
><br>
> However this does not have ghost values. How should I create vector if I<br>
> want to access ghost values ?<br>
<br>
</span>That's what local vectors are for.<br>
</blockquote></div><br></div>