34#ifndef Foam_pointBoundaryMeshMapper_H
35#define Foam_pointBoundaryMeshMapper_H
51 public PtrList<pointPatchMapper>
const pointPatchMapper * set(const label i) const
constexpr PtrList() noexcept
label size() const noexcept
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void operator=(const pointBoundaryMeshMapper &)=delete
No copy assignment.
pointPatchMapper mapper_type
The patch mapper type.
pointBoundaryMeshMapper(const pointBoundaryMeshMapper &)=delete
No copy construct.
pointBoundaryMeshMapper(const pointMesh &mesh, const pointMapper &pointMap, const mapPolyMesh &mpm)
Construct from components.
A pointBoundaryMesh is a pointPatch list with registered IO, a reference to the associated pointMesh,...
This object provides mapping and fill-in information for point data between the two meshes after the ...
Mesh representing a set of points created from polyMesh.
Mapping class for a pointPatchField.
const polyBoundaryMesh & patches
#define forAll(list, i)
Loop across all elements in list.