[Dune] [#594] Make potential processor rank with which communication can occur available through grid interface

Dune dune at dune-project.org
Thu Sep 3 15:00:23 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#594 - Make potential processor rank with which communication can occur available through grid interface
User who did this - Martin Nolte (nolte)

----------
I did understand that you wanted the communication pattern without having to depend on dune-grid. This is exactly what we wanted in dune-fem, too. To this end, we use a single grid-based communication to build up the communication pattern (the way we need it). All later communications then bypass dune-grid.

For example, if you want to know the InteriorBorder_InteriorBorder communication pattern for vertex Dofs, you can do the following: Create a data handle that communicates data only on vertices. In gather, you always write the rank into the buffer. When scattering the data, you know from which ranks you receive a specific vertex, so you can store a link between the index and the other rank. This gives you the receive pattern. In this example, the send pattern is identical to the receive pattern. This pattern can now be used to communicate vectors storing vertex data without using dune-grid.
----------

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

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