49 class pointBoundaryMesh;
50 class pointConstraint;
125 virtual const word&
name()
const = 0;
136 return boundaryMesh_;
Buffers for inter-processor communications streams (UOPstream, UIPstream).
Accumulates point constraints through successive applications of the applyConstraint function.
Basic pointPatch represents a set of points from the mesh.
virtual const word & name() const =0
Return name.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
virtual ~pointPatch()
Destructor.
virtual void applyConstraint(const label pointi, pointConstraint &) const
Accumulate the effect of constraint direction of this patch.
virtual const vectorField & pointNormals() const =0
Return point normals.
virtual bool coupled() const
Return true if this patch field is coupled.
virtual const labelList & meshPoints() const =0
Return mesh points.
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
virtual label index() const =0
Return the index of this patch in the pointBoundaryMesh.
const pointBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
pointPatch(const pointBoundaryMesh &bm)
virtual const vectorField & localPoints() const =0
Return mesh points.
TypeName("basePatch")
Runtime type information.
virtual void initCalcGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
virtual label size() const =0
Return size.
void operator=(const pointPatch &)=delete
Disallow default bitwise assignment.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
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.