38#ifndef Foam_pointBoundaryMesh_H
39#define Foam_pointBoundaryMesh_H
50class polyBoundaryMesh;
128 return indices(key, useGroups);
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const pointMesh & mesh() const noexcept
Return the mesh reference.
labelList indices(const wordRe &matcher, const bool useGroups) const
Return (sorted) patch indices for all matches.
void movePoints(const pointField &)
Correct polyBoundaryMesh after moving points.
labelList findIndices(const wordRe &key, bool useGroups) const
Identical to the indices() method (AUG-2018)
label findPatchID(const word &patchName) const
Find patch index given a name.
void updateMesh()
Correct polyBoundaryMesh after topology update.
Mesh representing a set of points created from polyMesh.
A polyBoundaryMesh is a polyPatch list with additional search methods and registered IO.
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
#define FOAM_DEPRECATED_FOR(since, replacement)