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...
#include <gridcommhandles.hh>
|
| | GridCommHandleGhostSync (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) |
| |
template<class FieldType, class Container, class EntityMapper, int commCodim>
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.
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class MessageBufferImp , class EntityType >
template<class FieldType , class Container , class EntityMapper , int commCodim>
template<class MessageBufferImp , class EntityType >
| void Ewoms::GridCommHandleGhostSync< 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 >
The documentation for this class was generated from the following file:
|