37 #ifndef refinementDistanceData_H 38 #define refinementDistanceData_H 54 class refinementDistanceData;
56 Istream&
operator>>(Istream&, refinementDistanceData&);
57 Ostream&
operator<<(Ostream&,
const refinementDistanceData&);
80 template<
class TrackingData>
151 template<
class TrackingData>
152 inline bool valid(TrackingData&)
const;
155 template<
class TrackingData>
166 template<
class TrackingData>
171 const label patchFacei,
172 const point& faceCentre,
177 template<
class TrackingData>
182 const label patchFacei,
183 const point& faceCentre,
188 template<
class TrackingData>
197 template<
class TrackingData>
201 const label thisCelli,
202 const label neighbourFacei,
209 template<
class TrackingData>
213 const label thisFacei,
214 const label neighbourCelli,
221 template<
class TrackingData>
225 const label thisFacei,
232 template<
class TrackingData>
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &)
Reverse of leaveDomain.
label wantedLevel(const point &pt) const
Calculates the wanted level at a given point. Walks out from.
friend Ostream & operator<<(Ostream &, const refinementDistanceData &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool equal(const refinementDistanceData &, TrackingData &) const
Same (like operator==)
scalar level0Size() const
bool valid(TrackingData &) const
Check whether origin has been changed at all or.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
friend Istream & operator>>(Istream &, refinementDistanceData &)
bool operator!=(const refinementDistanceData &) const
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &)
Convert any absolute coordinates into relative to (patch)face.
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool contiguous< refinementDistanceData >()
Data associated with refinementDistanceData type are contiguous.
bool operator==(const refinementDistanceData &) const
label originLevel() const
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const refinementDistanceData &neighbourInfo, const scalar tol, TrackingData &)
Influence of neighbouring face.
Ostream & operator<<(Ostream &, const ensightPart &)
bool sameGeometry(const polyMesh &, const refinementDistanceData &, const scalar, TrackingData &) const
Check for identical geometrical data. Used for cyclics checking.
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const refinementDistanceData &neighbourInfo, const scalar tol, TrackingData &)
Influence of neighbouring cell.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
refinementDistanceData()
Construct null.
const point & origin() const
void transform(const polyMesh &, const tensor &, TrackingData &)
Apply rotation matrix to any coordinates.
Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave.