Go to the documentation of this file.
90 inline scalar
s()
const;
98 template<
class TrackingData>
106 template<
class TrackingData>
119 template<
class TrackingData>
131 template<
class TrackingData>
140 template<
class TrackingData>
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool contiguous< pointEdgePoint >()
Data associated with pointEdgePoint type are contiguous.
bool operator==(const pointData &) const
bool operator!=(const pointData &) const
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
Mesh consisting of general polyhedral cells.
vector v_
Additional information.
bool contiguous< pointData >()
Data associated with pointData as contiguous as pointEdgePoint.
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 updatePoint(const polyMesh &mesh, const label pointI, const label edgeI, const pointData &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
pointData()
Construct null.
friend Istream & operator>>(Istream &, pointData &)
const point & origin() const
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointI, const pointData &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
scalar s_
Additional information.
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
friend Ostream & operator<<(Ostream &, const pointData &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...