a data handle to communicate the solution on ghosts and overlaps when reading from vtk file in parallel
More...
template<class Container, class EntityMapper, int codim>
class Dumux::LoadSolutionDataHandle< Container, EntityMapper, codim >
a data handle to communicate the solution on ghosts and overlaps when reading from vtk file in parallel
|
| LoadSolutionDataHandle (Container &container, const EntityMapper &mapper) |
|
bool | contains (int dim, int cd) const |
|
bool | fixedsize (int dim, int cd) 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) |
|