36 #ifndef topoDistanceData_H 37 #define topoDistanceData_H 55 class topoDistanceData;
57 Istream&
operator>>(Istream&, topoDistanceData&);
58 Ostream&
operator<<(Ostream&,
const topoDistanceData&);
110 template<
class TrackingData>
111 inline bool valid(TrackingData& td)
const;
114 template<
class TrackingData>
124 template<
class TrackingData>
128 const label patchFacei,
134 template<
class TrackingData>
138 const label thisCelli,
139 const label neighbourFacei,
146 template<
class TrackingData>
150 const label thisFacei,
151 const label neighbourCelli,
158 template<
class TrackingData>
162 const label thisFacei,
169 template<
class TrackingData>
bool contiguous< topoDistanceData >()
Data associated with topoDistanceData type are contiguous.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
friend Istream & operator>>(Istream &, topoDistanceData &)
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const topoDistanceData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
bool equal(const topoDistanceData &, TrackingData &td) const
Same (like operator==)
bool sameGeometry(const polyMesh &, const topoDistanceData &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
Istream & operator>>(Istream &, directionInfo &)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const topoDistanceData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool operator==(const topoDistanceData &) const
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
Database for solution and other reduced data.
topoDistanceData()
Construct null.
Ostream & operator<<(Ostream &, const ensightPart &)
For use with FaceCellWave. Determines topological distance to starting faces.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
bool operator!=(const topoDistanceData &) const
friend Ostream & operator<<(Ostream &, const topoDistanceData &)