36 #ifndef pointFieldDecomposer_H 37 #define pointFieldDecomposer_H 86 return directAddressing_.
size();
101 return directAddressing_;
157 template<
class GeoField>
void operator=(const pointPatchFieldMapperPatchRef &)=delete
Disallow default bitwise assignment.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const labelUList & directAddressing() const
void size(const label)
Override size to be inconsistent with allocated storage.
Point patch field decomposer class.
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
Mesh representing a set of points created from polyMesh.
tmp< GeometricField< Type, pointPatchField, pointMesh > > decomposeField(const GeometricField< Type, pointPatchField, pointMesh > &) const
Decompose point field.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
pointFieldDecomposer(const pointMesh &completeMesh, const pointMesh &procMesh, const labelList &pointAddressing, const labelList &boundaryAddressing)
Construct from components.
Basic pointPatch represents a set of points from the mesh.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
patchFieldDecomposer(const pointPatch &completeMeshPatch, const pointPatch &procMeshPatch, const labelList &directAddr)
Construct given addressing.
bool hasUnmapped() const
Are there unmapped values? I.e. do all size() elements get.
A class for managing temporary objects.
~pointFieldDecomposer()
Destructor.
Foam::pointPatchFieldMapperPatchRef.
void decomposeFields(const PtrList< GeoField > &fields) const