data handle for parallel communication which takes the minimum non-zero values that are attached to vertices
More...
template<class GridView>
class Dumux::VertexHandleNonZeroMin< GridView >
data handle for parallel communication which takes the minimum non-zero values that are attached to vertices
|
| | VertexHandleNonZeroMin (Container &container, const GridView &gridView) |
| |
| 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) |
| |