Go to the documentation of this file.
30 template<
class FaceList>
44 const face&
f = faces[i];
55 label pointI = iter();
56 pointOnZone[pointI] =
true;
#define forAll(list, i)
Loop across all elements in list.
A HashTable to objects of type <T> with a label key.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label nPoints() const
Return number of points supporting patch faces.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A face is a list of labels corresponding to mesh vertices.
const Map< label > & meshPointMap() const
Mesh point map. Given the global point index find its.
labelList findIndices(const ListType &, typename ListType::const_reference, const label start=0)
Find all occurences of given element. Linear search.
A list of faces which address into the list of points.
static labelList getFacePoints(const indirectPrimitivePatch &pp, const FaceList &faces)
Get points both on patch and facezone.