Foam::processorPointPatchField. More...
#include <OpenFOAM/processorPointPatchField.H>
Foam::processorPointPatchField.
Definition at line 51 of file processorPointPatchField.H.
Inheritance diagram for processorPointPatchField< Type >:
Collaboration diagram for processorPointPatchField< Type >:Public Member Functions | |
| TypeName (processorPointPatch::typeName_()) | |
| Runtime type information.
| |
| processorPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
| Construct from patch and internal field.
| |
| processorPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| processorPointPatchField (const processorPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patchField<Type> onto a new patch.
| |
| virtual autoPtr < pointPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| processorPointPatchField (const processorPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
| Construct as copy setting internal field reference.
| |
| virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
| Construct and return a clone setting internal field reference.
| |
| ~processorPointPatchField () | |
| virtual bool | coupled () const |
| Return true if running parallel.
| |
| virtual bool | doTransform () const |
| Does the patch field perform the transfromation.
| |
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
| Evaluate the patch field.
| |
| virtual void | initSwapAdd (Field< Type > &) const |
| Initialise swap of patch point values.
| |
| virtual void | swapAdd (Field< Type > &) const |
| Complete swap of patch point values and add to local values.
| |
| processorPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 39 of file processorPointPatchField.C.
| processorPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 51 of file processorPointPatchField.C.
| processorPointPatchField | ( | const processorPointPatchField< Type > & | ptf, |
| const pointPatch & | p, | ||
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const pointPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 64 of file processorPointPatchField.C.
| processorPointPatchField | ( | const processorPointPatchField< Type > & | ptf, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 78 of file processorPointPatchField.C.
Definition at line 91 of file processorPointPatchField.C.
| TypeName | ( | processorPointPatch:: | typeName_() ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements coupledPointPatchField< Type >.
Definition at line 94 of file processorPointPatchField.H.
| virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements coupledPointPatchField< Type >.
Definition at line 114 of file processorPointPatchField.H.
| virtual bool coupled | ( | ) | const [inline, virtual]
|
Return true if running parallel.
Reimplemented from coupledPointPatchField< Type >.
Definition at line 139 of file processorPointPatchField.H.
References Pstream::parRun().
| virtual bool doTransform | ( | ) | const [inline, virtual]
|
Does the patch field perform the transfromation.
Definition at line 152 of file processorPointPatchField.H.
References coupledPolyPatch::parallel(), and processorPointPatch::procPolyPatch().
| virtual void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[inline, virtual]
|
Evaluate the patch field.
Implements coupledPointPatchField< Type >.
Definition at line 166 of file processorPointPatchField.H.
| void initSwapAdd | ( | Field< Type > & | pField ) | const [virtual]
|
Initialise swap of patch point values.
Reimplemented from coupledPointPatchField< Type >.
Definition at line 98 of file processorPointPatchField.C.
References UList< Type >::begin(), PstreamBase::blocking, UList< Type >::byteSize(), Pstream::parRun(), and OPstream::write().
| void swapAdd | ( | Field< Type > & | pField ) | const [virtual]
|
Complete swap of patch point values and add to local values.
Implements coupledPointPatchField< Type >.
Definition at line 117 of file processorPointPatchField.C.
References UList< Type >::begin(), PstreamBase::blocking, UList< Type >::byteSize(), forAll, coupledPolyPatch::forwardT(), Pstream::parRun(), PrimitivePatch< Face, FaceList, PointField, PointType >::pointFaces(), IPstream::read(), List< T >::size(), and Foam::transform().