97 template<
class TrackingData>
98 inline bool valid(TrackingData& td)
const;
101 template<
class TrackingData>
111 template<
class TrackingData>
115 const label patchFacei,
121 template<
class TrackingData>
125 const label thisCelli,
126 const label neighbourFacei,
133 template<
class TrackingData>
137 const label thisFacei,
138 const label neighbourCelli,
145 template<
class TrackingData>
149 const label thisFacei,
156 template<
class TrackingData>
157 inline bool equal(
const minData&, TrackingData& td)
const;
friend Ostream & operator<<(Ostream &, const minData &)
bool operator!=(const minData &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool sameGeometry(const polyMesh &, const minData &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
bool operator==(const minData &) const
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Database for solution and other reduced data.
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
friend Istream & operator>>(Istream &, minData &)
Ostream & operator<<(Ostream &, const ensightPart &)
bool contiguous< minData >()
Data associated with minData type are contiguous.
bool equal(const minData &, TrackingData &td) const
Same (like operator==)
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
For use with FaceCellWave. Transports minimum passive data.