gridcommhandles.hh File Reference

Provides data handles for parallel communication which operate on DOFs. More...

#include <dune/grid/common/datahandleif.hh>
#include <dune/common/version.hh>
Include dependency graph for gridcommhandles.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ewoms::GridCommHandleSum< FieldType, Container, EntityMapper, commCodim >
 Data handle for parallel communication which sums up all values are attached to DOFs. More...
 
class  Ewoms::GridCommHandleGhostSync< FieldType, Container, EntityMapper, commCodim >
 Data handle for parallel communication which can be used to set the values values of ghost and overlap DOFs from their respective master processes. More...
 
class  Ewoms::GridCommHandleMax< FieldType, Container, EntityMapper, commCodim >
 Data handle for parallel communication which takes the maximum of all values that are attached to DOFs. More...
 
class  Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >
 Provides data handle for parallel communication which takes the minimum of all values that are attached to DOFs. More...
 

Namespaces

 Ewoms
 

Detailed Description

Provides data handles for parallel communication which operate on DOFs.