Provides data handles for parallel communication which operate on DOFs. More...
#include <opm/common/Unused.hpp>
#include <dune/grid/common/datahandleif.hh>
#include <dune/common/version.hh>
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... | |
Provides data handles for parallel communication which operate on DOFs.