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