Go to the documentation of this file.
41 procPatch_(refCast<const processorCyclicPointPatch>(
p)),
55 procPatch_(refCast<const processorCyclicPointPatch>(
p)),
70 procPatch_(refCast<const processorCyclicPointPatch>(ptf.
patch())),
83 procPatch_(refCast<const processorCyclicPointPatch>(ptf.
patch())),
104 if (Pstream::parRun())
109 this->patchInternalField
112 procPatch_.reverseMeshPoints()
116 if (commsType == Pstream::nonBlocking)
118 receiveBuf_.setSize(pf.size());
122 procPatch_.neighbProcNo(),
123 reinterpret_cast<char*
>(receiveBuf_.begin()),
124 receiveBuf_.byteSize(),
132 procPatch_.neighbProcNo(),
133 reinterpret_cast<const char*
>(pf.begin()),
149 if (Pstream::parRun())
152 if (commsType != Pstream::nonBlocking)
154 receiveBuf_.setSize(this->size());
158 procPatch_.neighbProcNo(),
159 reinterpret_cast<char*
>(receiveBuf_.begin()),
160 receiveBuf_.byteSize(),
169 procPatch_.procCyclicPolyPatch();
172 transform(receiveBuf_, forwardT, receiveBuf_);
176 this->addToInternalField(pField, receiveBuf_);
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
virtual void swapAddSeparated(const Pstream::commsTypes commsType, Field< Type > &) const
Complete swap of patch point values and add to local values.
A Coupled boundary condition for pointField.
Neighbour processor patch.
virtual void initSwapAddSeparated(const Pstream::commsTypes commsType, Field< Type > &) const
Initialise swap of non-collocated patch point values.
bool read(const char *, int32_t &)
Foam::processorCyclicPointPatchField.
Basic pointPatch represents a set of points from the mesh.
const pointPatch & patch() const
Return patch.
Foam::pointPatchFieldMapper.
dimensionSet transform(const dimensionSet &)
virtual ~processorCyclicPointPatchField()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
commsTypes
Types of communications.
processorCyclicPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual const tensorField & forwardT() const
Return face transformation tensor.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...