Go to the documentation of this file.
34 template<
class DataType>
41 template<
class DataType>
56 template<
class DataType>
57 template<
class TrackingData>
69 template<
class DataType>
70 template<
class TrackingData>
94 data_ = edgeInfo.data_;
103 template<
class DataType>
104 template<
class TrackingData>
126 data_ = newPointInfo.data_;
135 template<
class DataType>
136 template<
class TrackingData>
146 data_ = newPointInfo.data_;
155 template<
class DataType>
156 template<
class TrackingData>
181 data_ = pointInfo.data_;
192 template<
class DataType>
202 template<
class DataType>
208 return !(*
this == rhs);
bool updatePoint(const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgePoint &edgeInfo, const scalar tol, TrackingData &td)
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgePoint &pointInfo, const scalar tol, TrackingData &td)
dimensionSet transform(const dimensionSet &ds)
bool operator==(const pointEdgePoint &) const
Variant of pointEdgePoint with some transported additional data. Templated on the transported data ty...
Mesh consisting of general polyhedral cells.
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointI, const PointData< DataType > &pointInfo, const scalar tol, TrackingData &td)
void transform(const tensor &rotTensor, TrackingData &td)
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
void transform(const tensor &rotTensor, TrackingData &td)
bool updatePoint(const polyMesh &mesh, const label pointI, const label edgeI, const PointData< DataType > &edgeInfo, const scalar tol, TrackingData &td)
Database for solution data, solver performance and other reduced data.