2010/4/29 ðÁ×ÅÌ þÕ×ÁÈÏ× <span dir="ltr">&lt;<a href="mailto:pavel_chuvahov@mail.ru">pavel_chuvahov@mail.ru</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear PETSc team, all!<br>
<br>
I&#39;m involved in developing PETSc-assisted code and recently came across the following problem.<br>
<br>
As described in user manual (rev.3.1, p.48), elements of vector that is managed by DA object can be directly accessed by DAVecGetArray(...) and DAVecRestoreArray(...) where the vector is either local or global. Besides, there&#39;s written that GHOSTED values can be accessed in this way. It seems to be not applicable for global vectors, but for local ones only.<br>

<br>
As far as I understand, it&#39;s proposed to get ghosts by creating a new local vector, that contains full local part of global vector plus ghosts. Therefore the memory is just twice we really need, not to mention excessive data coping.<br>

<br>
So the question arises. In what way can user get access to ghosted values without creating additional DA local vector?<br></blockquote><div><br></div><div>That does not really make sense. Ghosted values exist in the memory of other processes. So either</div>
<div><br></div><div>šš1) You think copying takes to much time</div><div><br></div><div>šš š šMeasure the time. It is insignificant.</div><div><br></div><div>šš2) You want to use less memory</div><div>š</div><div>šš š šYou can build a VecScatter to get only the values you want. Since we solve mostly implicit problems,</div>
<div>šš š šthe memory has not been an issue.</div><div><br></div><div>šš šMatt</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 š š RSVP<br>
 š š Best Wishes, Pavel V. Chouvakhov.<br>
</blockquote></div><br><br clear="all"><br>-- <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<br>