Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim > Class Template Reference

Provides data handle for parallel communication which takes the minimum of all values that are attached to DOFs. More...

#include <gridcommhandles.hh>

Inheritance diagram for Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >:
Inheritance graph

Public Member Functions

 GridCommHandleMin (Container &container, const EntityMapper &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)
 

Detailed Description

template<class FieldType, class Container, class EntityMapper, int commCodim>
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.

Constructor & Destructor Documentation

template<class FieldType , class Container , class EntityMapper , int commCodim>
Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::GridCommHandleMin ( Container &  container,
const EntityMapper &  mapper 
)
inline

Member Function Documentation

template<class FieldType , class Container , class EntityMapper , int commCodim>
bool Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::contains ( int  dim,
int  codim 
) const
inline
template<class FieldType , class Container , class EntityMapper , int commCodim>
bool Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::fixedsize ( int  dim,
int  codim 
) const
inline
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class MessageBufferImp , class EntityType >
void Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::gather ( MessageBufferImp &  buff,
const EntityType &  e 
) const
inline
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class MessageBufferImp , class EntityType >
void Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::scatter ( MessageBufferImp &  buff,
const EntityType &  e,
size_t  n 
)
inline
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class EntityType >
size_t Ewoms::GridCommHandleMin< FieldType, Container, EntityMapper, commCodim >::size ( const EntityType &  e) const
inline

The documentation for this class was generated from the following file: