dune-istl 3.0-git
|
Utility class for publishing the aggregate number of the DOFs in the overlap to other processors and convert them to local indices. More...
#include <dune/istl/paamg/globalaggregates.hh>
Public Types | |
typedef T | Vertex |
typedef O | OverlapFlags |
typedef OwnerOverlapCopyCommunication< T1, T2 > | ParallelInformation |
typedef ParallelInformation::GlobalLookupIndexSet | GlobalLookupIndexSet |
typedef ParallelInformation::ParallelIndexSet | IndexSet |
Static Public Member Functions | |
static void | publish (AggregatesMap< Vertex > &aggregates, ParallelInformation &pinfo, const GlobalLookupIndexSet &globalLookup) |
Utility class for publishing the aggregate number of the DOFs in the overlap to other processors and convert them to local indices.
T | The type of the vertices |
O | The set of overlap flags. |
T1 | The type of the global indices. |
T2 | The type of the local indices. |