Structure for communicating between processors. More...
Public Member Functions | |
commsStruct () | |
Construct null. More... | |
commsStruct (const label, const labelList &, const labelList &, const labelList &) | |
Construct from components. More... | |
commsStruct (const label nProcs, const label myProcID, const label, const labelList &, const labelList &) | |
Construct from components; construct allNotBelow_. More... | |
label | above () const |
const labelList & | below () const |
const labelList & | allBelow () const |
const labelList & | allNotBelow () const |
bool | operator== (const commsStruct &) const |
bool | operator!= (const commsStruct &) const |
Friends | |
Ostream & | operator<< (Ostream &, const commsStruct &) |
Structure for communicating between processors.
Definition at line 76 of file UPstream.H.
commsStruct | ( | ) |
Construct null.
Definition at line 31 of file UPstreamCommsStruct.C.
Referenced by UPstream::commsStruct::commsStruct().
commsStruct | ( | const label | above, |
const labelList & | below, | ||
const labelList & | allBelow, | ||
const labelList & | allNotBelow | ||
) |
Construct from components.
Definition at line 41 of file UPstreamCommsStruct.C.
References UPstream::commsStruct::commsStruct().
commsStruct | ( | const label | nProcs, |
const label | myProcID, | ||
const label | above, | ||
const labelList & | below, | ||
const labelList & | allBelow | ||
) |
Construct from components; construct allNotBelow_.
Definition at line 56 of file UPstreamCommsStruct.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, forAll, and List< T >::size().
|
inline |
Definition at line 125 of file UPstream.H.
Referenced by Pstream::combineGather(), Pstream::combineScatter(), Pstream::gather(), Pstream::gatherList(), Pstream::listCombineGather(), Pstream::listCombineScatter(), Pstream::mapCombineGather(), Pstream::mapCombineScatter(), UPstream::commsStruct::operator==(), uncollatedFileOperation::read(), masterUncollatedFileOperation::read(), Pstream::scatter(), and Pstream::scatterList().
|
inline |
Definition at line 130 of file UPstream.H.
Referenced by Pstream::combineGather(), Pstream::combineScatter(), Pstream::gather(), Pstream::gatherList(), Pstream::listCombineGather(), Pstream::listCombineScatter(), Pstream::mapCombineGather(), Pstream::mapCombineScatter(), UPstream::commsStruct::operator==(), uncollatedFileOperation::read(), masterUncollatedFileOperation::read(), Pstream::scatter(), and Pstream::scatterList().
|
inline |
Definition at line 135 of file UPstream.H.
Referenced by Pstream::gatherList(), and UPstream::commsStruct::operator==().
|
inline |
Definition at line 140 of file UPstream.H.
References Foam::operator!=(), Foam::operator<<(), and Foam::operator==().
Referenced by UPstream::commsStruct::operator==(), and Pstream::scatterList().
bool operator== | ( | const commsStruct & | comm | ) | const |
Definition at line 93 of file UPstreamCommsStruct.C.
References UPstream::commsStruct::above(), UPstream::commsStruct::allBelow(), UPstream::commsStruct::allNotBelow(), and UPstream::commsStruct::below().
Referenced by UPstream::commsStruct::operator!=().
bool operator!= | ( | const commsStruct & | comm | ) | const |
Definition at line 105 of file UPstreamCommsStruct.C.
References UPstream::commsStruct::operator==().
|
friend |