Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
Zoltan2_PartitioningHelpers.hpp File Reference

Helper functions for Partitioning Problems. More...

#include <Zoltan2_PartitioningSolution.hpp>
#include <Zoltan2_AlltoAll.hpp>
Include dependency graph for Zoltan2_PartitioningHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Functions

template<typename SolutionAdapter , typename DataAdapter >
size_t Zoltan2::getImportList (const PartitioningSolution< SolutionAdapter > &solution, const DataAdapter *const data, ArrayRCP< typename DataAdapter::gno_t > &imports)
 From a PartitioningSolution, get a list of IDs to be imported. Assumes part numbers in PartitioningSolution are to be used as rank numbers. More...
 

Detailed Description

Helper functions for Partitioning Problems.

Definition in file Zoltan2_PartitioningHelpers.hpp.