36 #ifndef pointFieldReconstructor_H
37 #define pointFieldReconstructor_H
74 template<
class FieldType>
75 static bool reconstructs
84 reconstructField(
const IOobject& fieldIoObject);
106 static bool reconstructs
A HashTable with keys but without contents.
List of IOobjects with searching and retrieving facilities.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Point field reconstructor.
pointFieldReconstructor(const pointMesh &mesh, const PtrList< fvMesh > &procMeshes, const labelListList &pointProcAddressing)
Construct from components.
void operator=(const pointFieldReconstructor &)=delete
Disallow default bitwise assignment.
void reconstructFields(const IOobjectList &objects, const HashSet< word > &selectedFields)
Reconstruct and write all fields.
Mesh representing a set of points created from polyMesh.
A class for managing temporary objects.