My Project
|
Provides data handles for parallel communication which operate on DOFs. More...
#include <dune/grid/common/datahandleif.hh>
#include <dune/common/version.hh>
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 | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
Provides data handles for parallel communication which operate on DOFs.