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... | |
| label | nReconstructed () const |
| Return number of fields reconstructed. More... | |
| template<class Type > | |
| tmp< PointField< Type > > | reconstructField (const IOobject &fieldIoObject) |
| Reconstruct field. 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... | |
| pointFieldReconstructor | ( | const pointMesh & | mesh, |
| const PtrList< fvMesh > & | procMeshes, | ||
| const labelListList & | pointProcAddressing | ||
| ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
inline |
Return number of fields reconstructed.
Definition at line 93 of file pointFieldReconstructor.H.
| tmp<PointField<Type> > reconstructField | ( | const IOobject & | fieldIoObject | ) |
Reconstruct field.
| void reconstructFields | ( | const IOobjectList & | objects, |
| const HashSet< word > & | selectedFields | ||
| ) |
Reconstruct and write all fields.
|
delete |
Disallow default bitwise assignment.