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);
81 Foam::cyclicPointPatch::cyclicPointPatch
88 cyclicPolyPatch_(refCast<const cyclicPolyPatch>(patch))
102 return cyclicPolyPatch_.coupledPoints();
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches ...
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
virtual ~cyclicPointPatch()
Destructor.
Macros for easy insertion into run-time selection tables.
vectorField pointField
pointField is a vectorField.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual const edgeList & transformPairs() const
Return the set of pairs of points that require transformation.
A patch is a list of labels that address the faces in the global face list.