dune-common 2.9.0
|
Base class of all classes representing a communication interface. More...
#include <dune/common/parallel/interface.hh>
Classes | |
class | RemoteIndicesStateError |
Public Member Functions | |
virtual | ~InterfaceBuilder () |
Protected Member Functions | |
InterfaceBuilder () | |
Not for public use. | |
template<class R , class T1 , class T2 , class Op , bool send> | |
void | buildInterface (const R &remoteIndices, const T1 &sourceFlags, const T2 &destFlags, Op &functor) const |
Builds the interface between remote processes. | |
Base class of all classes representing a communication interface.
It provides an generic utility method for building the interface for a set of remote indices.
|
inlinevirtual |
|
inlineprotected |
Not for public use.