Local information about the matching status of non-local vertices.
More...
|
bool | is_unmatched (size_t const &id) const |
| Check if a vertex is unmatched. More...
|
|
void | add_matched (size_t const &id, char const &st) |
| Add the matching status of a vertex to the local information. More...
|
|
void | clear_maybe_matched () |
| Change status of MAYBE_MATCHED vertices to UNMATCHED.
|
|
|
enum | { UNMATCHED,
MAYBE_MATCHED,
MATCHED
} |
|
Local information about the matching status of non-local vertices.
◆ anonymous enum
Matching status MAYBE_MATCHED is used when a vertex sends a matching request to a neighbor but has not received an answer yet
◆ is_unmatched()
bool stapl::partitioner_details::match_info::is_unmatched |
( |
size_t const & |
id | ) |
const |
Check if a vertex is unmatched.
- Parameters
-
- Returns
- true if vertex is unmatched.
◆ add_matched()
void stapl::partitioner_details::match_info::add_matched |
( |
size_t const & |
id, |
|
|
char const & |
st |
|
) |
| |
Add the matching status of a vertex to the local information.
- Parameters
-
id | vertex id. |
st | matching status. |
The documentation for this class was generated from the following file: