35 #ifndef pointBoundaryMesh_H 36 #define pointBoundaryMesh_H 47 class polyBoundaryMesh;
labelList findIndices(const wordRe &, const bool useGroups) const
Find patch indices given a name.
void movePoints(const pointField &)
Correct pointBoundaryMesh after moving points.
label findPatchID(const word &patchName) const
Find patch index given a name.
void shuffle(const labelUList &newToOld, const bool validBoundary)
Reorders patches. Ordering does not have to be done in.
void topoChange()
Correct pointBoundaryMesh after topology update.
Mesh representing a set of points created from polyMesh.
void reset()
Reset pointBoundaryMesh with respect to the updated polyBoundaryMesh.
A class for handling words, derived from string.
A wordRe is a word, but can also have a regular expression for matching words.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const pointMesh & mesh() const
Return the mesh reference.
void operator=(const pointBoundaryMesh &)=delete
Disallow default bitwise assignment.
pointBoundaryMesh(const pointMesh &, const polyBoundaryMesh &)
Construct from polyBoundaryMesh.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...