35 #ifndef pointFieldReconstructor_H 36 #define pointFieldReconstructor_H 73 label nReconstructed_;
116 return nReconstructed_;
A HashTable with keys but without contents.
Field sizing mapper which sets the field size and does not map values.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
List of IOobjects with searching and retrieving facilities.
Foam::pointPatchFieldMapper.
label nReconstructed() const
Return number of fields reconstructed.
Mesh representing a set of points created from polyMesh.
pointPatchFieldReconstructor(const label size)
Construct given size.
Point field reconstructor.
void reconstructFields(const IOobjectList &objects, const HashSet< word > &selectedFields)
Reconstruct and write all fields.
pointFieldReconstructor(const pointMesh &mesh, const PtrList< pointMesh > &procMeshes, const PtrList< labelIOList > &pointProcAddressing, const PtrList< labelIOList > &boundaryProcAddressing)
Construct from components.
Mapper for sizing only - does not do any actual mapping.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void operator=(const pointFieldReconstructor &)=delete
Disallow default bitwise assignment.
tmp< GeometricField< Type, pointPatchField, pointMesh > > reconstructField(const IOobject &fieldIoObject)
Reconstruct field.