36 #ifndef LagrangianBoundaryMesh_H
37 #define LagrangianBoundaryMesh_H
49 class polyBoundaryMesh;
Boundary part of a Lagrangian mesh. Just a list of Lagrangian patches with some added convenience fun...
~LagrangianBoundaryMesh()
Destructor.
label findIndex(const word &patchName) const
Find patch index given a name.
labelList findIndices(const wordRe &, const bool useGroups) const
Find patch indices given a name.
void operator=(const LagrangianBoundaryMesh &)=delete
Disallow default bitwise assignment.
const LagrangianMesh & mesh() const
Return the mesh reference.
LagrangianBoundaryMesh(const LagrangianMesh &, const polyBoundaryMesh &)
Construct from LagrangianMesh and polyBoundaryMesh.
Class containing Lagrangian geometry and topology.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
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.