Point field reconstructor. More...
Public Member Functions | |
| pointFieldReconstructor (const pointMesh &mesh, const PtrList< fvMesh > &procMeshes, const labelListList &pointProcAddressing) | |
| Construct from components. More... | |
| pointFieldReconstructor (const pointFieldReconstructor &)=delete | |
| Disallow default bitwise copy construction. More... | |
| template<class Type > | |
| void | reconstructFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Reconstruct and write all fields. More... | |
| void | operator= (const pointFieldReconstructor &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static bool | reconstructs (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Return whether anything in the object list gets reconstructed. More... | |
Point field reconstructor.
Definition at line 53 of file pointFieldReconstructor.H.
| pointFieldReconstructor | ( | const pointMesh & | mesh, |
| const PtrList< fvMesh > & | procMeshes, | ||
| const labelListList & | pointProcAddressing | ||
| ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
static |
Return whether anything in the object list gets reconstructed.
| void reconstructFields | ( | const IOobjectList & | objects, |
| const HashSet< word > & | selectedFields | ||
| ) |
Reconstruct and write all fields.
|
delete |
Disallow default bitwise assignment.