Struct for keeping processor, element (cell, face, point) and a piece of data. Used for finding minimum values across multiple processes. More...
Classes | |
struct | smallestEqOp |
Operator to take smallest valid value. More... | |
struct | smallestFirstEqOp |
Operator to take smallest first valid value. More... | |
Public Types | |
typedef RemoteData< Type > | cmptType |
Component type. More... | |
![]() | |
typedef remote | cmptType |
Component type. More... | |
Public Member Functions | |
RemoteData () | |
Construct null. More... | |
RemoteData (const label, const label, const Type &) | |
Construct from components. More... | |
RemoteData (Istream &is) | |
Construct from stream. More... | |
![]() | |
remote () | |
Construct null. More... | |
remote (const label, const label) | |
Construct from components. More... | |
remote (Istream &is) | |
Construct from stream. More... | |
Public Attributes | |
Type | data |
Data. More... | |
![]() | |
label | proci |
Processor index. More... | |
label | elementi |
Element index. More... | |
Friends | |
bool | operator== (const RemoteData< Type > &a, const RemoteData< Type > &b) |
Equality comparison. More... | |
bool | operator!= (const RemoteData< Type > &a, const RemoteData< Type > &b) |
Inequality comparison. More... | |
Ostream & | operator (Ostream &os, const RemoteData< Type > &p) |
Write to stream. More... | |
Istream & | operator>> (Istream &is, RemoteData< Type > &p) |
Read from stream. More... | |
Struct for keeping processor, element (cell, face, point) and a piece of data. Used for finding minimum values across multiple processes.
Definition at line 62 of file RemoteData.H.
typedef RemoteData<Type> cmptType |
Component type.
Definition at line 69 of file RemoteData.H.
|
inline |
Construct null.
Definition at line 31 of file RemoteDataI.H.
|
inline |
Construct from components.
Definition at line 39 of file RemoteDataI.H.
|
inline |
Construct from stream.
Definition at line 52 of file RemoteDataI.H.
|
friend |
Equality comparison.
|
friend |
Inequality comparison.
|
friend |
Write to stream.
|
friend |
Read from stream.
Type data |