dune-fem
2.4.1-rc
|
Proxy class to DependencyCache which is singleton per space. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/communicationmanager.hh>
Public Member Functions | |
template<class CombinedObjectType > | |
CommunicationManagerList (CombinedObjectType &cObj) | |
constructor More... | |
~CommunicationManagerList () | |
remove object comm 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.
|
inline |
constructor
|
inline |
remove object comm
|
inline |
add discrete function to communication list
|
inline |
exchange discrete function to all procs we share data with by using given OperationImp when receiving data from other procs
Referenced by Dune::Fem::AdaptationManager< GridType, RestProlOperatorImp >::adapt().
|
inline |