repartition.hh File Reference
Functionality for redistributing a parallel index set using graph partitioning.
More...
Go to the source code of this file.
Classes |
struct | Dune::RedistributeInterface |
Namespaces |
namespace | Dune |
Functions |
template<class G , class T1 , class T2 > |
void | Dune::fillIndexSetHoles (const G &graph, Dune::OwnerOverlapCopyCommunication< T1, T2 > &oocomm) |
| Fills the holes in an index set.
|
template<class G , class T1 , class T2 > |
bool | Dune::graphRepartition (const G &graph, Dune::OwnerOverlapCopyCommunication< T1, T2 > &oocomm, int nparts, Dune::OwnerOverlapCopyCommunication< T1, T2 > *&outcomm, RedistributeInterface &redistInf) |
| execute a graph repartition for a giving graph and indexset.
|
Detailed Description
Functionality for redistributing a parallel index set using graph partitioning.
Refactored version of an intern.
- Author:
- Markus Blatt
Variable Documentation
const ParmetisDuneIndexMap& data_ |