53 Ostream&
operator<<(Ostream&,
const layerInfo&);
108 template<
class TrackingData>
109 inline bool valid(TrackingData& td)
const;
113 template<
class TrackingData>
123 template<
class TrackingData>
127 const label patchFacei,
133 template<
class TrackingData>
137 const label thisCelli,
138 const label neighbourFacei,
145 template<
class TrackingData>
149 const label thisFacei,
150 const label neighbourCelli,
157 template<
class TrackingData>
161 const label thisFacei,
168 template<
class TrackingData>
bool sameGeometry(const polyMesh &, const layerInfo &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for checking.
label faceLayer() const
Return the face layer index.
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
layerInfo()
Construct null.
label cellLayer() const
Return the face layer index.
bool valid(TrackingData &td) const
Check whether the layerInfo has been changed at all or still.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const layerInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
Istream & operator>>(Istream &, directionInfo &)
Class to be used with FaceCellWave which enumerates layers of cells.
friend Ostream & operator<<(Ostream &, const layerInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool equal(const layerInfo &, TrackingData &td) const
Test equality.
Ostream & operator<<(Ostream &, const ensightPart &)
bool operator!=(const layerInfo &) const
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const layerInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
friend Istream & operator>>(Istream &, layerInfo &)
bool operator==(const layerInfo &) const