Data handle for parallel communication which takes the maximum of all values that are attached to vertices.
More...
template<class FieldType, class Container, class VertexMapper>
class Dumux::VertexHandleMax< FieldType, Container, VertexMapper >
Data handle for parallel communication which takes the maximum of all values that are attached to vertices.
|
| | VertexHandleMax (Container &container, const VertexMapper &mapper) |
| |
| bool | contains (int dim, int codim) const |
| |
| bool | fixedsize (int dim, int codim) const |
| |
| template<class EntityType > |
| size_t | size (const EntityType &e) const |
| |
| template<class MessageBufferImp , class EntityType > |
| void | gather (MessageBufferImp &buff, const EntityType &e) const |
| |
| template<class MessageBufferImp , class EntityType > |
| void | scatter (MessageBufferImp &buff, const EntityType &e, size_t n) |
| |