Go to the documentation of this file.
48 return nonFeatureStart_;
54 return externalStart_;
60 return internalStart_;
78 return multipleStart_;
84 return ptI < nonFeatureStart_;
96 return normalVolumeTypes_;
102 return edgeDirections_;
108 return normalDirections_;
118 const edge&
e = edges()[edgeI];
120 if (ptI ==
e.start())
122 return edgeDirections()[edgeI];
124 else if (ptI ==
e.end())
126 return -edgeDirections()[edgeI];
131 <<
"Requested ptI " << ptI <<
" is not a point on the requested "
132 <<
"edgeI " << edgeI <<
". edgeI start and end: "
133 <<
e.start() <<
" " <<
e.end()
157 norms[i] = normals_[edgeNormIs[i]];
167 return edgeNormals(edgeNormals_[edgeI]);
174 return featurePointNormals_;
183 if (!featurePoint(ptI))
186 <<
"Requesting the normals of a non-feature point. "
187 <<
"Returned zero length vectorField."
193 labelList featPtNormIs(featurePointNormals_[ptI]);
199 norms[i] = normals_[featPtNormIs[i]];
209 return featurePointEdges_;
222 if (ptI < concaveStart_)
226 else if (ptI < mixedStart_)
230 else if (ptI < nonFeatureStart_)
244 if (edgeI < internalStart_)
248 else if (edgeI < flatStart_)
252 else if (edgeI < openStart_)
256 else if (edgeI < multipleStart_)
272 const labelList& eNormals = edgeNormals_[edgeI];
274 DynamicList<label> edgeBaffles(eNormals.size());
278 const label normI = eNormals[enI];
280 if (normalVolumeTypes_[normI])
282 edgeBaffles.append(normI);
286 return PackedList<2>(edgeBaffles);
const labelListList & normalDirections() const
const labelListList & featurePointNormals() const
Return the indices of the normals that are adjacent to the.
List< label > labelList
A List of labels.
#define forAll(list, i)
Loop across all elements in list.
const labelList & regionEdges() const
Return the feature edges which are on the boundary between.
const vectorField & normals() const
Return the normals of the surfaces adjacent to the feature edges.
const labelListList & featurePointEdges() const
Return the edge labels for a given feature point. Edges are.
Ostream & endl(Ostream &os)
Add newline and flush stream.
label multipleStart() const
Return the index of the start of the multiply-connected feature.
const List< sideVolumeType > & normalVolumeTypes() const
Return.
bool featurePoint(label ptI) const
Return whether or not the point index is a feature point.
PackedList< 2 > edgeBaffles(label edgeI) const
Return the baffle faces of a specified edge.
pointStatus getPointStatus(label ptI) const
Return the pointStatus of a specified point.
Field< vector > vectorField
Specialisation of Field<T> for vector.
const vectorField & edgeDirections() const
Return the edgeDirection vectors.
label nonFeatureStart() const
Return the index of the start of the non-feature points.
label concaveStart() const
Return the index of the start of the concave feature points.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
label internalStart() const
Return the index of the start of the internal feature edges.
const labelListList & edgeNormals() const
Return the indices of the normals that are adjacent to the.
vector edgeDirection(label edgeI, label ptI) const
Return the direction of edgeI, pointing away from ptI.
const double e
Elementary charge.
label mixedStart() const
Return the index of the start of the mixed type feature points.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static label convexStart_
Index of the start of the convex feature points - static as 0.
label openStart() const
Return the index of the start of the open feature edges.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label externalStart() const
Return the index of the start of the external feature edges.
label convexStart() const
Return the index of the start of the convex feature points.
#define WarningInFunction
Report a warning using Foam::Warning.
label flatStart() const
Return the index of the start of the flat feature edges.
edgeStatus getEdgeStatus(label edgeI) const
Return the edgeStatus of a specified edge.