Go to the documentation of this file.
93 template<
class TrackingData>
94 inline bool valid(TrackingData& td)
const;
97 template<
class TrackingData>
108 template<
class TrackingData>
113 const label patchFacei,
114 const point& faceCentre,
119 template<
class TrackingData>
124 const label patchFacei,
125 const point& faceCentre,
130 template<
class TrackingData>
139 template<
class TrackingData>
143 const label thisCelli,
144 const label neighbourFacei,
151 template<
class TrackingData>
155 const label thisFacei,
156 const label neighbourCelli,
163 template<
class TrackingData>
167 const label thisFacei,
174 template<
class TrackingData>
175 inline bool equal(
const minData&, TrackingData& td)
const;
bool equal(const minData &, TrackingData &td) const
bool operator==(const minData &) const
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
For use with FaceCellWave. Transports minimum passive data.
Istream & operator>>(Istream &, directionInfo &)
bool operator!=(const minData &) const
Mesh consisting of general polyhedral cells.
A template class to specify if a data type is composed solely of Foam::label elements.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool valid(TrackingData &td) const
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)
friend Istream & operator>>(Istream &, minData &)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const minData &neighbourInfo, const scalar tol, TrackingData &td)
void transform(const polyMesh &, const tensor &, TrackingData &td)
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
friend Ostream & operator<<(Ostream &, const minData &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool sameGeometry(const polyMesh &, const minData &, const scalar, TrackingData &td) const
Database for solution data, solver performance and other reduced data.
A template class to specify that a data type can be considered as being contiguous in memory.