95 template<
class TrackingData>
96 inline bool valid(TrackingData& td)
const;
99 template<
class TrackingData>
110 template<
class TrackingData>
115 const label patchFacei,
116 const point& faceCentre,
121 template<
class TrackingData>
126 const label patchFacei,
127 const point& faceCentre,
132 template<
class TrackingData>
141 template<
class TrackingData>
145 const label thisCelli,
146 const label neighbourFacei,
153 template<
class TrackingData>
157 const label thisFacei,
158 const label neighbourCelli,
165 template<
class TrackingData>
169 const label thisFacei,
176 template<
class TrackingData>
177 inline bool equal(
const minData&, TrackingData& td)
const;
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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)...
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
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.
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.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to (patch)face.
For use with FaceCellWave. Transports minimum passive data.