39 #ifndef Foam_pointFieldReconstructor_H 40 #define Foam_pointFieldReconstructor_H 76 label nReconstructed_;
156 return nReconstructed_;
207 #include "pointFieldReconstructor.txx" List of IOobjects with searching and retrieving facilities. Implemented as a HashTable, so the various sorted methods should be used if traversing in parallel.
Foam::pointPatchFieldMapper.
label reconstructAllFields(const IOobjectList &objects, const wordRes &selectedFields=wordRes())
Reconstruct and write all known field types.
Mesh representing a set of points created from polyMesh.
label nReconstructed() const noexcept
Return number of fields reconstructed.
pointPatchFieldReconstructor(const label size)
Construct given size.
Point field reconstructor.
static int verbose_
Output verbosity when writing.
bool hasUnmapped() const noexcept
Any unmapped values?
A List of wordRe with additional matching capabilities.
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
label size() const noexcept
The size of the mapper.
tmp< GeometricField< Type, pointPatchField, pointMesh > > reconstructPointField(const IOobject &fieldObject)
Read and reconstruct point field.
bool direct() const noexcept
Is it a direct (non-interpolating) mapper?
label reconstructPointFields(const UPtrList< const IOobject > &fieldObjects)
Reconstruct and write specified point fields.
const labelUList & directAddressing() const noexcept
Return the direct addressing values.
static const UList< label > & null() noexcept
Return a null UList (reference to a nullObject). Behaves like an empty UList.
A class for managing temporary objects.
Defines the attributes of an object for which implicit objectRegistry management is supported...
tmp< GeometricField< Type, pointPatchField, pointMesh > > reconstructField(const IOobject &fieldObject, const UPtrList< GeometricField< Type, pointPatchField, pointMesh >> &) const
Reconstruct field.