[Dune] [#980] checkindexset.cc is to restrictive

Dune flyspray at dune-project.org
Mon Nov 21 11:39:59 CET 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#980 - checkindexset.cc is to restrictive
User who did this - Martin Nolte (nolte)

----------
@Oli: Read my above comment. Assume that you have a native grid implementation (e.g., ALU3d) that actually stores elements, faces, edges and vertices. Consider the case of an InteriorBorder-InteriorBorder communication (i.e., you send data only all border entities and receive data only on border entities). For each neighbor n of a process p we could now store a lists of border faces, edges and vertices that are shared between n and p. Basically, communication is then implemented by iterating over these lists calling gather, exchanging the data, and iterating over the lists calling scatter. To call gather / scatter, we have to construct a DUNE entity from the face, edge, or vertex. While it will be easy to generate an entity of the appropriate codimension (1,2, or 3), generating an entity of
codimension 0 would require the knowledge of an element containing the face, edge, or vertex, which might not be known.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=980#comment2909

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list