DUNE-GRID-GLUE (2.10)
gridgluecommunicate.hh File Reference
Describes the parallel communication interface class for Dune::GridGlue. More...
#include <type_traits>
#include <dune/common/bartonnackmanifcheck.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/gridenums.hh>
Go to the source code of this file.
Classes | |
class | Dune::GridGlue::CommDataHandle< DataHandleImp, DataTypeImp > |
describes the features of a data handle for communication in parallel runs using the GridGlue::communicate methods. More... | |
class | Dune::GridGlue::StreamingMessageBuffer< DT > |
class | Dune::GridGlue::CommunicationOperator< dir > |
forward gather scatter to user defined CommInfo class More... | |
struct | Dune::GridGlue::CommInfo< GG, DataHandleImp, DataTypeImp > |
collects all GridGlue data required for communication More... | |
struct | Dune::CommPolicy< ::Dune::GridGlue::CommInfo< GG, DataHandleImp, DataTypeImp > > |
specialization of the CommPolicy struct, required for the ParallelIndexsets More... | |
Detailed Description
Describes the parallel communication interface class for Dune::GridGlue.
