Go to the documentation of this file.
3 #ifndef DUNE_ENTITYCOMMHELPER_HH
4 #define DUNE_ENTITYCOMMHELPER_HH
7 #include <dune/common/unused.hh>
12 template< InterfaceType iftype >
77 DUNE_UNUSED_PARAMETER(p);
88 DUNE_UNUSED_PARAMETER(p);
94 DUNE_UNUSED_PARAMETER(p);
101 #endif // #ifndef DUNE_ENTITYCOMMHELPER_HH
static bool send(const PartitionType p)
Definition: entitycommhelper.hh:36
static bool send(const PartitionType p)
Definition: entitycommhelper.hh:19
@ GhostEntity
ghost entities
Definition: gridenums.hh:33
Definition: entitycommhelper.hh:13
@ BorderEntity
on boundary between interior and overlap
Definition: gridenums.hh:30
static bool receive(const PartitionType p)
Definition: entitycommhelper.hh:75
@ InteriorBorder_InteriorBorder_Interface
send/receive interior and border entities
Definition: gridenums.hh:85
static bool receive(const PartitionType p)
Definition: entitycommhelper.hh:25
@ All_All_Interface
send all and receive all entities
Definition: gridenums.hh:89
@ FrontEntity
on boundary between overlap and ghost
Definition: gridenums.hh:32
static bool send(const PartitionType p)
Definition: entitycommhelper.hh:86
static bool receive(const PartitionType p)
Definition: entitycommhelper.hh:92
static bool send(const PartitionType p)
Definition: entitycommhelper.hh:69
static bool send(const PartitionType p)
Definition: entitycommhelper.hh:52
@ Overlap_OverlapFront_Interface
send overlap, receive overlap and front entities
Definition: gridenums.hh:87
@ InteriorBorder_All_Interface
send interior and border, receive all entities
Definition: gridenums.hh:86
static bool receive(const PartitionType p)
Definition: entitycommhelper.hh:58
PartitionType
Attributes used in the generic overlap model.
Definition: gridenums.hh:28
@ Overlap_All_Interface
send overlap, receive all entities
Definition: gridenums.hh:88
static bool receive(const PartitionType p)
Definition: entitycommhelper.hh:41
Include standard header files.
Definition: agrid.hh:58
@ InteriorEntity
all interior entities
Definition: gridenums.hh:29