<div dir="ltr"><div>Hey Simon, hey Oliver,</div><div><br></div><div>YaspGrid does of course have adjacency information available, but it is hidden very deep down in an implementation</div><div>detail data structure (namely YGridList::Intersection). How hard it is to extract that information depends a bit on how</div><div>exactly the interface proposal looks like. I would try not to precompute the information, because we generally don't</div><div>store O(entities) information in YaspGrid.</div><div><br></div><div>Best,</div><div>Dominic<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 11, 2021 at 4:44 PM Oliver Sander <<a href="mailto:oliver.sander@tu-dresden.de">oliver.sander@tu-dresden.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Simon,<br>
<br>
> My question is: can the information about entity ownership, or the set of other ranks an entity belongs to, be extracted in the specific implementation of some grids, e.g. ALUGrid, or UGGrid, or YaspGrid, or SPGrid, maybe also in the ParallelGrid meta-grid wrapper? Without additional communication?<br>
<br>
this information is readily available within the UGGrid implementation.<br>
I do agree with you that making it officially available somehow<br>
would be a good idea.<br>
<br>
Best,<br>
Oliver<br>
<br>
<br>
<br>
  If so, maybe we could discuss a common interface and develop a utility for dune-grid to easily provide this information. A fallback implementation can be provided using communication and is part of the implementation details of GlobalIndexSet of dune-grid. I think, this is a necessary utility for implementing parallel frameworks on top of the grid module, without reinventing the wheel.<br>
> <br>
> Best regards,<br>
> Simon<br>
> <br>
> <br>
> _______________________________________________<br>
> Dune-devel mailing list<br>
> <a href="mailto:Dune-devel@lists.dune-project.org" target="_blank">Dune-devel@lists.dune-project.org</a><br>
> <a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" rel="noreferrer" target="_blank">https://lists.dune-project.org/mailman/listinfo/dune-devel</a><br>
> <br>
<br>
_______________________________________________<br>
Dune-devel mailing list<br>
<a href="mailto:Dune-devel@lists.dune-project.org" target="_blank">Dune-devel@lists.dune-project.org</a><br>
<a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" rel="noreferrer" target="_blank">https://lists.dune-project.org/mailman/listinfo/dune-devel</a><br>
</blockquote></div>