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 (const label) | |
| Construct from element index. Pstream will be used to determine the. 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 symmetryPlanePolyPatch::calcGeometry(), wedgePolyPatch::calcGeometry(), particle::hitNonConformalCyclicPatch(), LagrangianMesh::locate(), Cloud< ParticleType >::mapMesh(), RemoteData< Type >::firstProcOp::operator()(), RemoteData< Type >::firstProcEqOp::operator()(), RemoteData< Type >::smallestEqOp::operator()(), RemoteData< Type >::greatestEqOp::operator()(), RemoteData< Type >::smallestFirstEqOp::operator()(), RemoteData< Type >::greatestFirstEqOp::operator()(), Foam::operator==(), LagrangianMesh::track(), cellsToCellsStabilisation::update(), and patchToPatchStabilisation::update().
| label elementi |
Element index.
Definition at line 70 of file remote.H.
Referenced by symmetryPlanePolyPatch::calcGeometry(), wedgePolyPatch::calcGeometry(), particle::hitNonConformalCyclicPatch(), LagrangianMesh::locate(), Cloud< ParticleType >::mapMesh(), Foam::operator==(), LagrangianMesh::track(), cellsToCellsStabilisation::update(), and patchToPatchStabilisation::update().