On Sat, Jun 13, 2009 at 2:56 PM,  <span dir="ltr">&lt;<a href="mailto:irfan.khan@gatech.edu">irfan.khan@gatech.edu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>
My code makes use of parallel ghosted vectors to transfer data between fluid and solid calculations. I am now trying to model large deformations in solid where the solid may cross several fluid subdomains. This essentially means that the entries for the parallel ghosted vectors would change their owning process.<br>

<br>
For instance, in case of 2 processes as shown below<br>
Process  : Entries<br>
0        : 0-n<br>
1        : n+1-m<br>
<br>
some entries (i,i+1....i+l) can move from process 0 to process 1 at some time t.<br>
<br>
Is there a way to handled such parallel ghosted vectors without destroying the old and recreating a new parallel ghosted vector with updated entries?</blockquote><div><br>No, the right way to do this is recreate the Vec with the new size, scatter from the old Vec, and destroy the old Vec.<br>
<br>  Matt<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thank you<br>
Irfan<br>
Graduate Research Assistant<br>
G.W. Woodruff School of Mechanical Engineering<br>
Georgia Institute of Technology<br>
Atlanta, GA.<br>
</blockquote></div>-- <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>