36 #ifndef coupledPointPatch_H 37 #define coupledPointPatch_H 46 class pointBoundaryMesh;
89 TypeName(coupledPolyPatch::typeName_());
virtual ~coupledPointPatch()
Destructor.
virtual void updateMesh(PstreamBuffers &)=0
Update of the patch topology.
virtual void initUpdateMesh(PstreamBuffers &)=0
Initialise the update of the patch topology.
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches ...
virtual void initMovePoints(PstreamBuffers &, const pointField &)=0
Initialise the patches for moving points.
virtual void movePoints(PstreamBuffers &, const pointField &)=0
Correct patches after moving points.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual void initCalcGeometry(PstreamBuffers &)=0
Initialise the calculation of the patch geometry.
virtual void calcGeometry(PstreamBuffers &)=0
Calculate the patch geometry.
TypeName(coupledPolyPatch::typeName_())
Runtime type information.