49 void Foam::cyclicPointPatch::initCalcGeometry(PstreamBuffers&)
53 void Foam::cyclicPointPatch::calcGeometry(PstreamBuffers&)
57 void Foam::cyclicPointPatch::initMovePoints(PstreamBuffers&,
const pointField&)
61 void Foam::cyclicPointPatch::movePoints(PstreamBuffers&,
const pointField&)
65 void Foam::cyclicPointPatch::initTopoChange(PstreamBuffers& pBufs)
68 cyclicPointPatch::initCalcGeometry(pBufs);
72 void Foam::cyclicPointPatch::topoChange(PstreamBuffers& pBufs)
75 cyclicPointPatch::calcGeometry(pBufs);
102 return cyclicPolyPatch_.coupledPoints();
Macros for easy insertion into run-time selection tables.
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
Cyclic patch for post-processing.
virtual ~cyclicPointPatch()
Destructor.
virtual const edgeList & transformPairs() const
Return the set of pairs of points that require transformation.
A pointPatch based on a polyPatch.
friend class cyclicPointPatch
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
A patch is a list of labels that address the faces in the global face list.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
To & refCast(From &r)
Reference type cast template function.
vectorField pointField
pointField is a vectorField.
defineTypeNameAndDebug(combustionModel, 0)