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 > | |
| tmp< PointField< Type > > | reconstructField (const IOobject &fieldIoObject) |
| Read and reconstruct a field. More... | |
| template<class Type > | |
| void | reconstructFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Read, reconstruct and write all/selected point fields. More... | |
| void | operator= (const pointFieldReconstructor &)=delete |
| Disallow default bitwise assignment. More... | |
| template<class Type > | |
| Foam::tmp< Foam::PointField< Type > > | reconstructField (const IOobject &fieldIoObject) |
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.
Definition at line 31 of file pointFieldReconstructor.C.
References Foam::abort(), pointMesh::boundary(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::min(), DemandDrivenMeshObject< polyMesh, RepatchableMeshObject, pointMesh >::New(), patchi, List< T >::setSize(), UPtrList< T >::size(), pointMesh::size(), and List< T >::size().

|
delete |
Disallow default bitwise copy construction.
|
static |
Return whether anything in the object list gets reconstructed.
Definition at line 95 of file pointFieldReconstructor.C.
References DO_POINT_FIELDS_TYPE, and Foam::FOR_ALL_FIELD_TYPES().

| tmp<PointField<Type> > reconstructField | ( | const IOobject & | fieldIoObject | ) |
Read and reconstruct a field.
| void reconstructFields | ( | const IOobjectList & | objects, |
| const HashSet< word > & | selectedFields | ||
| ) |
Read, reconstruct and write all/selected point fields.
Definition at line 172 of file pointFieldReconstructorTemplates.C.
References Foam::endl(), fields, forAllConstIter, HashTable< T, Key, Hash >::found(), Foam::Info, Foam::name(), Foam::nl, objects, HashTable< T, Key, Hash >::size(), and Foam::vtkWriteOps::write().

|
delete |
Disallow default bitwise assignment.
| Foam::tmp<Foam::PointField<Type> > reconstructField | ( | const IOobject & | fieldIoObject | ) |
Definition at line 63 of file pointFieldReconstructorTemplates.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), Foam::dimensions(), forAll, IOobject::MUST_READ, IOobject::name(), Foam::name(), DemandDrivenMeshObject< polyMesh, RepatchableMeshObject, pointMesh >::New(), IOobject::NO_READ, IOobject::NO_WRITE, patchi, GeometricField< Type, GeoMesh, PrimitiveField >::primitiveField(), Field< Type >::rmap(), and PtrList< T >::set().
