|
template<class MessageBufferImp , class EntityType > |
void | Dune::Fem::CombinedDataHandle< DataHandle >::gather (MessageBufferImp &buff, const EntityType &en) const |
| loop over all internal data handlers and call gather for given entity
|
|
template<class MessageBufferImp , class EntityType > |
void | Dune::Fem::CombinedDataHandle< DataHandle >::scatter (MessageBufferImp &buff, const EntityType &en, std::size_t n) |
| loop over all internal data handlers and call scatter for given entity
|
|
template<class EntityType > |
std::size_t | Dune::Fem::CombinedDataHandle< DataHandle >::size (const EntityType &en) const |
| loop over all internal data handlers and return sum of data size of given entity
|
|
bool | Dune::Fem::LoadBalanceLeafData< DiscreteFunction >::contains (const Entity &entity) const |
| return true if the data of this entity should be transfered during load balance
|
|