Go to the documentation of this file.
66 template<
class TrackingData>
70 const label thisFaceI,
71 const label thisCellI,
72 const label neighbourFaceI,
73 const label neighbourCellI,
105 template<
class TrackingData>
106 inline bool valid(TrackingData& td)
const;
109 template<
class TrackingData>
120 template<
class TrackingData>
125 const label patchFaceI,
126 const point& faceCentre,
131 template<
class TrackingData>
136 const label patchFaceI,
137 const point& faceCentre,
142 template<
class TrackingData>
151 template<
class TrackingData>
155 const label thisCellI,
156 const label neighbourFaceI,
163 template<
class TrackingData>
167 const label thisFaceI,
168 const label neighbourCellI,
175 template<
class TrackingData>
179 const label thisFaceI,
186 template<
class TrackingData>
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool update(const cellInfo &w2, const label thisFaceI, const label thisCellI, const label neighbourFaceI, const label neighbourCellI, TrackingData &td)
Update current cell/face type with neighbouring.
friend Ostream & operator<<(Ostream &, const cellInfo &)
void leaveDomain(const polyMesh &, const polyPatch &patch, const label patchFaceI, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to (patch)face.
Mesh consisting of general polyhedral cells.
bool sameGeometry(const polyMesh &, const cellInfo &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
void transform(const polyMesh &, const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to any coordinates.
void enterDomain(const polyMesh &, const polyPatch &patch, 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.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool updateCell(const polyMesh &, const label thisCellI, const label neighbourFaceI, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
A patch is a list of labels that address the faces in the global face list.
bool contiguous< cellInfo >()
Data associated with cellInfo type are contiguous.
Holds information regarding type of cell. Used in inside/outside determination in cellClassification.
bool operator==(const cellInfo &) const
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
cellInfo()
Construct null.
friend Istream & operator>>(Istream &, cellInfo &)
bool operator!=(const cellInfo &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool equal(const cellInfo &, TrackingData &td) const
Same (like operator==)