35 #ifndef coupledFacePair_H 36 #define coupledFacePair_H 47 class coupledFacePair;
49 Ostream&
operator<<(Ostream&,
const coupledFacePair&);
105 return masterCellID_;
111 return masterFaceID_;
129 return integralMatch_;
label slaveCell() const
Return slave cell.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label coupleID() const
Return STAR couple ID.
label slaveFace() const
Return slave face.
Data associated with a pair of coupled faces.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
label masterCell() const
Return master cell.
coupledFacePair(const label coupleNo, const label mC, const label mF, const label sC, const label sF, const label integral)
Construct from components.
Ostream & operator<<(Ostream &, const ensightPart &)
label masterFace() const
Return master face.
bool integralMatch() const
Is this an integral match?
friend Ostream & operator<<(Ostream &, const coupledFacePair &)