remote Class Reference

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

Inheritance diagram for remote:

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...
 
Ostreamoperator<< (Ostream &os, const remote &p)
 Write to stream. More...
 
Istreamoperator>> (Istream &is, remote &p)
 Read from stream. More...
 

Detailed Description

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

Source files

Definition at line 56 of file remote.H.

Constructor & Destructor Documentation

◆ remote() [1/3]

remote ( )
inline

Construct null.

Definition at line 30 of file remoteI.H.

◆ remote() [2/3]

remote ( const label  p,
const label  e 
)
inline

Construct from components.

Definition at line 37 of file remoteI.H.

◆ remote() [3/3]

remote ( Istream is)
inline

Construct from stream.

Definition at line 44 of file remoteI.H.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const remote a,
const remote b 
)
friend

Equality comparison.

◆ operator!=

bool operator!= ( const remote a,
const remote b 
)
friend

Inequality comparison.

◆ operator<<

Ostream& operator<< ( Ostream os,
const remote p 
)
friend

Write to stream.

◆ operator>>

Istream& operator>> ( Istream is,
remote p 
)
friend

Read from stream.

Member Data Documentation

◆ proci

◆ elementi


The documentation for this class was generated from the following files: