A reordering backend using the scotch library. More...
#include <dumux/parallel/scotchpartitioner.hh>
Public Types | |
using | Graph = std::vector< std::vector< IndexType > > |
the graph type More... | |
Static Public Member Functions | |
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... | |
using Dumux::ScotchPartitioner< IndexType >::Graph = std::vector<std::vector<IndexType> > |
|
inlinestatic |
|
inlinestatic |