Go to the source code of this file.
|
void | geos::scotch::partition (CRSMatrixView< int64_t const, int64_t const, int64_t const > const &graph, LinearSolverParameters::Multiscale::Coarsening::Graph::Scotch const ¶ms, int64_t const numPart, arrayView1d< int64_t > const &partition) |
| Compute a graph partitioning using Scotch. More...
|
|
◆ partition()
Compute a graph partitioning using Scotch.
- Parameters
-
graph | the input graph |
params | Scotch parameters |
numPart | number of partitions |
partition | writable view of pre-allocated output array |