Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4693 commits behind, 28 commits ahead of the upstream repository.
Markus Blatt's avatar
Markus Blatt authored
[parallel,release] Adds a new buffered communicator that does not need to know the data amount per index when receiving.

During communication of data with a parallel DUNE grid the amount of data items
received at an index is not known at the receiving side. With this communicator
it is possible to build such a communication based on index lists at the sending
and receiving side. With this patch only fixed size of data items per index is
supported.
(cherry picked from commit dd1e8595)

Signed-off-by: default avatarChristoph Grüninger <gruenich@dune-project.org>
dde1a176
History