#include <ParallelIndex.hpp>
Definition at line 45 of file ParallelIndex.hpp.
Public Types | |
| typedef uint64_type | key_type |
|
typedef std::pair< key_type, key_type > | KeyProc |
Public Member Functions | |
| ParallelIndex (ParallelMachine, const std::vector< key_type > &) | |
| void | query (std::vector< KeyProc > &) const |
| void | query (const std::vector< key_type > &, std::vector< KeyProc > &) const |
Classes | |
| struct | LessKeyProc |
| void phdmesh::ParallelIndex::query | ( | std::vector< KeyProc > & | ) | const |
Query which other processors submitted the same keys that the local processor submitted.
| void phdmesh::ParallelIndex::query | ( | const std::vector< key_type > & | , | |
| std::vector< KeyProc > & | ||||
| ) | const |
Query which processors submitted the given keys. The local processor is in the output if it submitted a queried key.
1.4.7