My Project
|
Public Member Functions | |
DistributeIndexMapping (const std::vector< int > &globalIndex, const std::vector< int > &distributedGlobalIndex, IndexMapType &localIndexMap, IndexMapStorageType &indexMaps, std::vector< int > &ranks, std::set< int > &recv, bool isIORank) | |
void | pack (int link, MessageBufferType &buffer) |
void | unpack (int link, MessageBufferType &buffer) |
Protected Attributes | |
const std::vector< int > & | distributedGlobalIndex_ |
IndexMapType & | localIndexMap_ |
IndexMapStorageType & | indexMaps_ |
std::map< int, int > | globalPosition_ |
std::set< int > & | recv_ |
std::vector< int > & | ranks_ |