Go to the documentation of this file.
34 template<
class>
class FaceList,
44 Info<<
"PrimitivePatch<Face, FaceList, PointField, PointType>::"
45 <<
"calcBdryPoints() : "
46 <<
"calculating boundary points"
50 if (boundaryPointsPtr_)
56 "PrimitivePatch<Face, FaceList, PointField, PointType>::"
58 ) <<
"edge types already calculated"
66 for (
label edgeI = nInternalEdges_; edgeI <
e.size(); edgeI++)
68 const edge& curEdge =
e[edgeI];
75 sort(*boundaryPointsPtr_);
79 Info<<
"PrimitivePatch<Face, FaceList, PointField, PointType>::"
80 <<
"calcBdryPoints() : "
81 <<
"finished calculating boundary points"
List< label > labelList
A List of labels.
List< Key > toc() const
Return the table of contents.
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
Ostream & endl(Ostream &os)
Add newline and flush stream.
label end() const
Return end vertex label.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManip< error > abort(error &err)
label start() const
Return start vertex label.
void calcBdryPoints() const
Calculated boundary points on a patch.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const dimensionedScalar e
Elementary charge.
bool insert(const Key &key)
Insert a new entry.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.