opm-simulators
gridcommhandles.hh File Reference

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

#include <dune/common/version.hh>
#include <dune/grid/common/datahandleif.hh>
#include <algorithm>
#include <cstddef>

Go to the source code of this file.

Classes

class  Opm::GridCommHandleSum< FieldType, Container, EntityMapper, commCodim >
 Data handle for parallel communication which sums up all values are attached to DOFs. More...
 
class  Opm::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  Opm::GridCommHandleMax< FieldType, Container, EntityMapper, commCodim >
 Data handle for parallel communication which takes the maximum of all values that are attached to DOFs. More...
 
class  Opm::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

 Opm
 Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include.
 

Detailed Description

Provides data handles for parallel communication which operate on DOFs.