#include <dumux/parallel/scotchpartitioner.hh>
|
| using | Graph = std::vector< std::vector< IndexType > > |
| | the graph type More...
|
| |
|
| static std::vector< IndexType > | partition (const Graph &graph, std::size_t numProcessors) |
| | Compute graph partition. More...
|
| |
| static void | partition (const Graph &graph, std::size_t numProcessors, std::vector< IndexType > &targetProcessors) |
| | Compute graph partition. More...
|
| |
◆ Graph
template<class IndexType = int>
◆ partition() [1/2]
template<class IndexType = int>
◆ partition() [2/2]
template<class IndexType = int>
| static void Dumux::ScotchPartitioner< IndexType >::partition |
( |
const Graph & |
graph, |
|
|
std::size_t |
numProcessors, |
|
|
std::vector< IndexType > & |
targetProcessors |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: