a data handle to communicate the solution on ghosts and overlaps when reading from vtk file in parallel More...
#include <dumux/io/loadsolution.hh>
a data handle to communicate the solution on ghosts and overlaps when reading from vtk file in parallel
Public Member Functions | |
LoadSolutionDataHandle (Container &container, const EntityMapper &mapper) | |
bool | contains (int dim, int cd) const |
bool | fixedSize (int dim, int cd) const |
returns true if size per entity of given dim and codim is a constant More... | |
template<class EntityType > | |
std::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, std::size_t n) |
|
inline |
|
inline |
|
inline |
returns true if size per entity of given dim and codim is a constant
|
inline |
|
inline |
|
inline |