Go to the documentation of this file.
32 inline bool Foam::cellInfo::update
35 const label thisFaceI,
36 const label thisCellI,
37 const label neighbourFaceI,
38 const label neighbourCellI
48 <<
"Problem: trying to propagate NOTSET or CUT type:" << w2.type()
49 <<
" into cell/face with type:" <<
type() <<
endl
50 <<
"thisFaceI:" << thisFaceI
51 <<
" thisCellI:" << thisCellI
52 <<
" neighbourFaceI:" << neighbourFaceI
53 <<
" neighbourCellI:" << neighbourCellI
71 if (
type() == w2.type())
79 <<
"Problem: trying to propagate conflicting types:" << w2.type()
80 <<
" into cell/face with type:" <<
type() <<
endl
81 <<
"thisFaceI:" << thisFaceI
82 <<
" thisCellI:" << thisCellI
83 <<
" neighbourFaceI:" << neighbourFaceI
84 <<
" neighbourCellI:" << neighbourCellI
140 const label patchFaceI,
141 const point& faceCentre
160 const label patchFaceI,
161 const point& faceCentre
170 const label thisCellI,
171 const label neighbourFaceI,
191 const label thisFaceI,
192 const label neighbourCellI,
211 const label thisFaceI,
237 return !(*
this == rhs);