25 : nonlocal_indices_(new
std::set<unsigned int>()),
31 : nonlocal_indices_(new
std::set<unsigned int>()),
#define ASSERT_EQ(a, b)
Definition of comparative assert macro (EQual) only for debug mode.
void insert(const unsigned int idx)
std::shared_ptr< Distribution > distr_
distribution of the global indices
std::set< unsigned int > * nonlocal_indices_
auxiliary set of non-local part of the map
std::vector< unsigned int > global_indices_
mapping for all local indices
LocalToGlobalMap(const Distribution &distr)
Support classes for parallel programing.