phdMesh
Version of the Day
|
#include <Parallel.hpp>
Public Member Functions | |
IdentProc (const IdentProc &rhs) | |
IdentProc (unsigned i, unsigned p) | |
IdentProc & | operator= (const IdentProc &rhs) |
bool | operator== (const IdentProc &rhs) const |
bool | operator!= (const IdentProc &rhs) const |
bool | operator< (const IdentProc &rhs) const |
bool | operator> (const IdentProc &rhs) const |
bool | operator<= (const IdentProc &rhs) const |
bool | operator>= (const IdentProc &rhs) const |
Public Attributes | |
unsigned | ident |
unsigned | proc |
Parallel identification, sort by identifier and then processor.
Definition at line 102 of file Parallel.hpp.