Go to the source code of this file.
|
template<typename Adapter > |
void | Zoltan2::globalWeightedCutsByPart (const RCP< const Environment > &env, const RCP< const Comm< int > > &comm, const RCP< const GraphModel< typename Adapter::base_adapter_t > > &graph, const ArrayView< const typename Adapter::part_t > &part, typename Adapter::part_t &numParts, ArrayRCP< RCP< BaseClassMetrics< typename Adapter::scalar_t > > > &metrics, ArrayRCP< typename Adapter::scalar_t > &globalSums) |
| Given the local partitioning, compute the global weighted cuts in each part. More...
|
|
template<typename scalar_t , typename part_t > |
void | Zoltan2::printGraphMetricsHeader (std::ostream &os, part_t targetNumParts, part_t numParts) |
| Print out header info for graph metrics. More...
|
|
template<typename scalar_t , typename part_t > |
void | Zoltan2::printGraphMetrics (std::ostream &os, part_t targetNumParts, part_t numParts, const ArrayView< RCP< BaseClassMetrics< scalar_t >>> &infoList) |
| Print out list of graph metrics. More...
|
|
template<typename scalar_t , typename part_t > |
void | Zoltan2::printGraphMetrics (std::ostream &os, part_t targetNumParts, part_t numParts, RCP< BaseClassMetrics< scalar_t >> metricValue) |
| Print out header and a single graph metric. More...
|
|