coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches More...

Public Member Functions | |
| TypeName (coupledPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| coupledPointPatch (const pointBoundaryMesh &bm) | |
| Construct from components. More... | |
| coupledPointPatch (const coupledPointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~coupledPointPatch () |
| Destructor. More... | |
| void | operator= (const coupledPointPatch &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| virtual void | initCalcGeometry (PstreamBuffers &)=0 |
| Initialise the calculation of the patch geometry. More... | |
| virtual void | calcGeometry (PstreamBuffers &)=0 |
| Calculate the patch geometry. More... | |
| virtual void | initMovePoints (PstreamBuffers &, const pointField &)=0 |
| Initialise the patches for moving points. More... | |
| virtual void | movePoints (PstreamBuffers &, const pointField &)=0 |
| Correct patches after moving points. More... | |
| virtual void | initTopoChange (PstreamBuffers &)=0 |
| Initialise the update of the patch topology. More... | |
| virtual void | topoChange (PstreamBuffers &)=0 |
| Update of the patch topology. More... | |
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
Definition at line 51 of file coupledPointPatch.H.
| coupledPointPatch | ( | const pointBoundaryMesh & | bm | ) |
Construct from components.
Definition at line 41 of file coupledPointPatch.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 47 of file coupledPointPatch.C.
|
protectedpure virtual |
Initialise the calculation of the patch geometry.
|
protectedpure virtual |
Calculate the patch geometry.
Implemented in coupledFacePointPatch.
|
protectedpure virtual |
Initialise the patches for moving points.
|
protectedpure virtual |
Correct patches after moving points.
|
protectedpure virtual |
Initialise the update of the patch topology.
|
protectedpure virtual |
Update of the patch topology.
| TypeName | ( | coupledPolyPatch::typeName_() | ) |
Runtime type information.
|
delete |
Disallow default bitwise assignment.