patchToPatch::procFace Struct Reference

Structure to conveniently store processor and face indices. More...

Collaboration diagram for patchToPatch::procFace:

Public Attributes

label proci
 The processor index. More...
 
label facei
 The face index. More...
 

Friends

bool operator== (const procFace &a, const procFace &b)
 Equality comparison. More...
 
bool operator!= (const procFace &a, const procFace &b)
 Inequality comparison. More...
 
Ostreamoperator<< (Ostream &os, const procFace &p)
 Output stream operator. More...
 
Istreamoperator>> (Istream &is, procFace &p)
 Input stream operator. More...
 

Detailed Description

Structure to conveniently store processor and face indices.

Definition at line 60 of file patchToPatch.H.

Friends And Related Function Documentation

◆ operator==

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

Equality comparison.

Definition at line 69 of file patchToPatch.H.

◆ operator!=

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

Inequality comparison.

Definition at line 75 of file patchToPatch.H.

◆ operator<<

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

Output stream operator.

Definition at line 81 of file patchToPatch.H.

◆ operator>>

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

Input stream operator.

Definition at line 87 of file patchToPatch.H.

Member Data Documentation

◆ proci

label proci

The processor index.

Definition at line 63 of file patchToPatch.H.

Referenced by particle::hitNonConformalCyclicPatch(), and Foam::meshEdge().

◆ facei

label facei

The face index.

Definition at line 66 of file patchToPatch.H.

Referenced by particle::hitNonConformalCyclicPatch(), and Foam::meshEdge().


The documentation for this struct was generated from the following file: