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