Go to the documentation of this file.
40 #ifndef refinementDistanceData_H
41 #define refinementDistanceData_H
54 class refinementDistanceData;
56 Istream&
operator>>(Istream&, refinementDistanceData&);
57 Ostream&
operator<<(Ostream&,
const refinementDistanceData&);
80 template<
class TrackingData>
147 template<
class TrackingData>
148 inline bool valid(TrackingData&)
const;
151 template<
class TrackingData>
162 template<
class TrackingData>
167 const label patchFacei,
168 const point& faceCentre,
173 template<
class TrackingData>
178 const label patchFacei,
179 const point& faceCentre,
184 template<
class TrackingData>
193 template<
class TrackingData>
197 const label thisCelli,
198 const label neighbourFacei,
205 template<
class TrackingData>
209 const label thisFacei,
210 const label neighbourCelli,
217 template<
class TrackingData>
221 const label thisFacei,
228 template<
class TrackingData>
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
label originLevel() const
bool sameGeometry(const polyMesh &, const refinementDistanceData &, const scalar, TrackingData &) const
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const refinementDistanceData &neighbourInfo, const scalar tol, TrackingData &)
scalar level0Size() const
bool valid(TrackingData &) const
bool operator==(const refinementDistanceData &) const
Istream & operator>>(Istream &, directionInfo &)
Mesh consisting of general polyhedral cells.
Transfers refinement levels such that slow transition between levels is maintained....
friend Istream & operator>>(Istream &, refinementDistanceData &)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const refinementDistanceData &neighbourInfo, const scalar tol, TrackingData &)
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.
bool operator!=(const refinementDistanceData &) const
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &)
void transform(const polyMesh &, const tensor &, TrackingData &)
bool equal(const refinementDistanceData &, TrackingData &) const
friend Ostream & operator<<(Ostream &, const refinementDistanceData &)
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &)
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>.
const point & origin() const
A template class to specify that a data type can be considered as being contiguous in memory.
label wantedLevel(const point &pt) const