<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Do you mean a situation like this:<br>
<blockquote cite="mid:20110611184754.GA15024@paranoia" type="cite">
  <pre wrap="">
  +--------+--------+
  |        |        |
  | I_2    | ghost  |
  |        |        |
  +--------+--------+
  |        |        |
  | I_1    |  I_0   |
  |        |        |
  +--------+--------+

In this case

 * Would I visit both copies of the ghost when iterating over the elements of
   the gridview?

  </pre>
</blockquote>
ibegin() on both I_0 and I_1 would give you a ghost both with the<br>
same geometry but with different index. So you have a G_0 and a<br>
G_2 which are geometrically identical but topologically different.<br>
ibegin on G_2 for example would give you only I_2.<br>
The communication method works, i.e., the data from the corresponding<br>
interior element would be communicated to both G_0 and G_2.<br>
<br>
Best<br>
Andreas<br>
<br>
<blockquote cite="mid:20110611184754.GA15024@paranoia" type="cite">
  <pre wrap=""> * Would gv.indexSet().index(ghost) yield the same index for both copies?

 * When doing an Interior_All communication, would both copies of the ghost
   receive data from the corresponding interior element of the other process?

I'm probably OK, but just checking to be safe.

  </pre>
  <blockquote type="cite">
    <pre wrap="">                                                   Apart from that, everything
should work as expected and you should file a bug report, if ALU fails to comply
with one of your assumptions.
    </pre>
  </blockquote>
  <pre wrap="">
That sounds great!

Thanks,
Jö.

  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Dune mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune@dune-project.org">Dune@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a>
  </pre>
</blockquote>
<br>
</body>
</html>