|
| CombinedDataHandle (const DataHandle &...handle) |
|
| CombinedDataHandle (const std::tuple< DataHandle... > &data) |
|
bool | contains (int dim, int codim) const |
|
bool | fixedsize (int dim, int codim) const |
|
template<class MessageBufferImp , class EntityType > |
void | gather (MessageBufferImp &buff, const EntityType &en) const |
| loop over all internal data handlers and call gather for given entity More...
|
|
template<class MessageBufferImp , class EntityType > |
void | scatter (MessageBufferImp &buff, const EntityType &en, size_t n) |
| loop over all internal data handlers and call scatter for given entity More...
|
|
template<class EntityType > |
size_t | size (const EntityType &en) const |
| loop over all internal data handlers and return sum of data size of given entity More...
|
|
template<class... DataHandle>
class Dune::Fem::CombinedDataHandle< DataHandle >
combine multiple data handles into one