Struct for keeping processor, element (cell, face, point) index. More...

Classes | |
| struct | firstProcEqOp |
| Operator to take the first valid process. More... | |
| struct | firstProcOp |
| Operator to take the first valid process. More... | |
Public Types | |
| typedef remote | cmptType |
| Component type. More... | |
Public Member Functions | |
| remote () | |
| Construct null. More... | |
| remote (const label, const label) | |
| Construct from components. More... | |
| remote (Istream &is) | |
| Construct from stream. More... | |
Public Attributes | |
| label | proci |
| Processor index. More... | |
| label | elementi |
| Element index. More... | |
Friends | |
| bool | operator== (const remote &a, const remote &b) |
| Equality comparison. More... | |
| bool | operator!= (const remote &a, const remote &b) |
| Inequality comparison. More... | |
| Ostream & | operator<< (Ostream &os, const remote &p) |
| Write to stream. More... | |
| Istream & | operator>> (Istream &is, remote &p) |
| Read from stream. More... | |
Struct for keeping processor, element (cell, face, point) index.
| label proci |
Processor index.
Definition at line 67 of file remote.H.
Referenced by particle::hitNonConformalCyclicPatch(), Cloud< ParticleType >::mapMesh(), Foam::operator==(), cellsToCellsStabilisation::update(), and patchToPatchStabilisation::update().
| label elementi |
Element index.
Definition at line 70 of file remote.H.
Referenced by particle::hitNonConformalCyclicPatch(), Cloud< ParticleType >::mapMesh(), Foam::operator==(), cellsToCellsStabilisation::update(), and patchToPatchStabilisation::update().