36 Foam::pointBoundaryMesh::pointBoundaryMesh
70 const bool usePatchGroups
77 void Foam::pointBoundaryMesh::calcGeometry()
106 forAll(patchSchedule, patchEvali)
110 if (patchSchedule[patchEvali].init)
152 forAll(patchSchedule, patchEvali)
156 if (patchSchedule[patchEvali].init)
198 forAll(patchSchedule, patchEvali)
202 if (patchSchedule[patchEvali].init)
A class for handling keywords in dictionaries.
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void finishedSends(const bool block=true)
Mark all sends as having been done. This will start receives.
void movePoints(const pointField &)
Correct polyBoundaryMesh after moving points.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface...
void updateMesh()
Correct polyBoundaryMesh after topology update.
const lduSchedule & patchSchedule() const
Order in which the patches should be initialised/evaluated.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Mesh representing a set of points created from polyMesh.
const pointMesh & mesh() const
Return the mesh reference.
A class for handling words, derived from string.
bool set(const label) const
Is element set.
labelList findIndices(const keyType &, const bool useGroups) const
Find patch indices given a name.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
const T & operator[](const label) const
Return element const reference.
static commsTypes defaultCommsType
Default commsType.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
const globalMeshData & globalData() const
Return parallel info.
PtrList< pointPatch > pointPatchList
container classes for pointPatch
label findPatchID(const word &patchName) const
Find patch index given a name.
label size() const
Return the number of elements in the UPtrList.