60 Ostream&
operator<<(Ostream&,
const cellInfo&);
78 template<
class TrackingData>
82 const label thisFacei,
83 const label thisCelli,
84 const label neighbourFacei,
85 const label neighbourCelli,
114 template<
class TrackingData>
115 inline bool valid(TrackingData& td)
const;
118 template<
class TrackingData>
128 template<
class TrackingData>
132 const label patchFacei,
138 template<
class TrackingData>
142 const label thisCelli,
143 const label neighbourFacei,
150 template<
class TrackingData>
154 const label thisFacei,
155 const label neighbourCelli,
162 template<
class TrackingData>
166 const label thisFacei,
173 template<
class TrackingData>
cellInfo()
Construct null.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Holds information regarding type of cell. Used in inside/outside determination in cellClassification...
bool equal(const cellInfo &, TrackingData &td) const
Same (like operator==)
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
bool operator==(const cellInfo &) const
bool contiguous< cellInfo >()
Data associated with cellInfo type are contiguous.
friend Ostream & operator<<(Ostream &, const cellInfo &)
bool operator!=(const cellInfo &) const
Istream & operator>>(Istream &, directionInfo &)
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
friend Istream & operator>>(Istream &, cellInfo &)
bool sameGeometry(const polyMesh &, const cellInfo &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
Ostream & operator<<(Ostream &, const ensightPart &)
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.