|
dune-fem
2.8-git
|
Proxy class to DependencyCache which is singleton per space. More...
#include <dune/fem/space/common/communicationmanager.hh>
Public Member Functions | |
| CommunicationManagerList ()=default | |
| template<class CombinedObjectType > | |
| CommunicationManagerList (CombinedObjectType &cObj) | |
| constructor More... | |
| template<class DiscreteFunctionImp , class Operation > | |
| void | addToList (DiscreteFunctionImp &df, const Operation &operation) |
| add discrete function to communication list More... | |
| template<class DiscreteFunctionImp > | |
| void | addToList (DiscreteFunctionImp &df) |
| add discrete function to communication list More... | |
| template<class DiscreteFunction > | |
| void | removeFromList (DiscreteFunction &df) |
| void | exchange () const |
Proxy class to DependencyCache which is singleton per space.