51 void Foam::cyclicPointPatch::initGeometry(PstreamBuffers&)
55 void Foam::cyclicPointPatch::calcGeometry(PstreamBuffers&)
59 void Foam::cyclicPointPatch::initMovePoints(PstreamBuffers&,
const pointField&)
63 void Foam::cyclicPointPatch::movePoints(PstreamBuffers&,
const pointField&)
67 void Foam::cyclicPointPatch::initUpdateMesh(PstreamBuffers& pBufs)
70 cyclicPointPatch::initGeometry(pBufs);
74 void Foam::cyclicPointPatch::updateMesh(PstreamBuffers& pBufs)
77 cyclicPointPatch::calcGeometry(pBufs);
104 return cyclicPolyPatch_.coupledPoints();