35 #ifndef fvBoundaryMesh_H
36 #define fvBoundaryMesh_H
47 class polyBoundaryMesh;
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
friend Ostream & operator(Ostream &, const UPtrList< T > &)
Write UPtrList to Ostream.
lduInterfacePtrsList interfaces() const
Return a list of pointers for each patch.
label findIndex(const word &patchName) const
Find patch index given a name.
void operator=(const fvBoundaryMesh &)=delete
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return the mesh reference.
fvBoundaryMesh(const fvMesh &)
Construct with zero size.
void readUpdate(const polyBoundaryMesh &)
Update boundary based on new polyBoundaryMesh.
labelList findIndices(const wordRe &, const bool useGroups) const
Find patch indices given a name.
void shuffle(const labelUList &newToOld, const bool validBoundary)
Reorders patches. Ordering does not have to be done in.
const fvPatch & operator[](const word &) const
Return const reference to fvPatch by name.
Mesh data needed to do the Finite Volume discretisation.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A wordRe is a word, but can also have a regular expression for matching words.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.