37#ifndef Foam_processorPointPatchField_H
38#define Foam_processorPointPatchField_H
65 TypeName(processorPointPatch::typeName_());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
commsTypes
Communications types.
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
static bool & parRun() noexcept
Test if this a parallel run.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
coupledPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual bool parallel() const
Are the cyclic planes parallel.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Foam::pointPatchFieldMapper.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
Basic pointPatch represents a set of points from the mesh.
virtual void swapAddSeparated(const Pstream::commsTypes commsType, Field< Type > &) const
Assume processor patch always collocated.
virtual bool doTransform() const
Does the patch field perform the transformation.
virtual bool coupled() const
Return true if running parallel.
virtual const word & constraintType() const
Return the constraint type this pointPatchField implements.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)
Evaluate the patch field.
virtual autoPtr< pointPatchField< Type > > clone(const DimensionedField< Type, pointMesh > &iF) const
Construct and return a clone setting internal field reference.
processorPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual ~processorPointPatchField()
Destructor.
TypeName(processorPointPatch::typeName_())
Runtime type information.
virtual autoPtr< pointPatchField< Type > > clone() const
Return a clone.
Processor patch boundary needs to be such that the ordering of points in the patch is the same on bot...
const processorPolyPatch & procPolyPatch() const noexcept
Return the underlying processorPolyPatch.
A class for handling words, derived from Foam::string.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
constexpr bool is_rotational_vectorspace_v
The is_rotational_vectorspace value of Type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.