Go to the documentation of this file.
35 #ifndef pointBoundaryMesh_H
36 #define pointBoundaryMesh_H
47 class polyBoundaryMesh;
void operator=(const pointBoundaryMesh &)
Disallow default bitwise assignment.
A class for handling words, derived from string.
void movePoints(const pointField &)
Correct polyBoundaryMesh after moving points.
label findPatchID(const word &patchName) const
Find patch index given a name.
labelList findIndices(const keyType &, const bool useGroups) const
Find patch indices given a name.
const pointMesh & mesh_
Reference to mesh.
void updateMesh()
Correct polyBoundaryMesh after topology update.
A class for handling keywords in dictionaries.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
pointBoundaryMesh(const pointBoundaryMesh &)
Disallow default bitwise copy construct.
const pointMesh & mesh() const
Return the mesh reference.
Mesh representing a set of points created from polyMesh.
void calcGeometry()
Calculate the geometry for the patches (transformation tensors etc.)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...