a data handle to communicate the solution on ghosts and overlaps when reading from vtk file in parallel
#include <dumux/io/loadsolution.hh>
|
| 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
|
|
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) |
|
◆ LoadSolutionDataHandle()
template<class Container, class EntityMapper, int codim>
◆ contains()
template<class Container, class EntityMapper, int codim>
◆ fixedSize()
template<class Container, class EntityMapper, int codim>
◆ gather()
template<class Container, class EntityMapper, int codim>
template<class MessageBufferImp, class EntityType>
◆ scatter()
template<class Container, class EntityMapper, int codim>
template<class MessageBufferImp, class EntityType>
◆ size()
template<class Container, class EntityMapper, int codim>
template<class EntityType>
The documentation for this class was generated from the following file: