Go to the documentation of this file.
58 Ostream&
operator<<(Ostream&,
const cellInfo&);
76 template<
class TrackingData>
80 const label thisFacei,
81 const label thisCelli,
82 const label neighbourFacei,
83 const label neighbourCelli,
96 inline explicit cellInfo(
const label ctype);
116 template<
class TrackingData>
117 inline bool valid(TrackingData& td)
const;
120 template<
class TrackingData>
131 template<
class TrackingData>
135 const polyPatch&
patch,
136 const label patchFacei,
137 const point& faceCentre,
142 template<
class TrackingData>
146 const polyPatch&
patch,
147 const label patchFacei,
148 const point& faceCentre,
153 template<
class TrackingData>
162 template<
class TrackingData>
166 const label thisCelli,
167 const label neighbourFacei,
174 template<
class TrackingData>
178 const label thisFacei,
179 const label neighbourCelli,
186 template<
class TrackingData>
190 const label thisFacei,
197 template<
class TrackingData>
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
friend Ostream & operator<<(Ostream &, const cellInfo &)
Istream & operator>>(Istream &, directionInfo &)
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td)
Mesh consisting of general polyhedral cells.
bool sameGeometry(const polyMesh &, const cellInfo &, const scalar, TrackingData &td) const
A template class to specify if a data type is composed solely of Foam::label elements.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
void transform(const polyMesh &, const tensor &rotTensor, TrackingData &td)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A patch is a list of labels that address the faces in the global face list.
void enterDomain(const polyMesh &, const polyPatch &patch, const label patchFacei, const point &faceCentre, TrackingData &td)
Holds information regarding type of cell. Used in inside/outside determination in cellClassification.
bool operator==(const cellInfo &) const
bool valid(TrackingData &td) const
friend Istream & operator>>(Istream &, cellInfo &)
bool operator!=(const cellInfo &) const
void leaveDomain(const polyMesh &, const polyPatch &patch, const label patchFacei, const point &faceCentre, TrackingData &td)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
vector point
Point is a vector.
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
bool equal(const cellInfo &, TrackingData &td) const
A template class to specify that a data type can be considered as being contiguous in memory.