19 #include <unordered_map> 23 namespace unstructured_impl {
36 std::set<size_t> primary;
39 std::set<entity_info> exclusive;
42 std::set<entity_info> shared;
45 std::set<entity_info> ghost;
48 std::unordered_map<size_t, size_t> entities_per_rank;
59 return (this->primary == ip.primary && this->exclusive == ip.exclusive &&
60 this->shared == ip.shared && this->ghost == ip.ghost);
bool operator==(const index_coloring &ip) const
Definition: index_coloring.hh:58
Definition: index_coloring.hh:28
Definition: control.hh:31