pointFieldReconstructor Class Reference

Point field reconstructor. More...

Classes

class  pointPatchFieldReconstructor
 Mapper for sizing only - does not do any actual mapping. More...
 

Public Member Functions

 pointFieldReconstructor (const pointMesh &mesh, const PtrList< pointMesh > &procMeshes, const PtrList< labelIOList > &pointProcAddressing, const PtrList< labelIOList > &boundaryProcAddressing)
 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< GeometricField< Type, pointPatchField, pointMesh > > 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...
 
template<class Type >
Foam::tmp< Foam::GeometricField< Type, Foam::pointPatchField, Foam::pointMesh > > reconstructField (const IOobject &fieldIoObject)
 

Detailed Description

Point field reconstructor.

Source files

Definition at line 52 of file pointFieldReconstructor.H.

Constructor & Destructor Documentation

◆ pointFieldReconstructor() [1/2]

pointFieldReconstructor ( const pointMesh mesh,
const PtrList< pointMesh > &  procMeshes,
const PtrList< labelIOList > &  pointProcAddressing,
const PtrList< labelIOList > &  boundaryProcAddressing 
)

Construct from components.

Definition at line 31 of file pointFieldReconstructor.C.

References Foam::abort(), pointMesh::boundary(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::min(), patchi, List< T >::setSize(), UPtrList< T >::size(), and List< T >::size().

Referenced by pointFieldReconstructor::pointPatchFieldReconstructor::pointPatchFieldReconstructor().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pointFieldReconstructor() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ nReconstructed()

label nReconstructed ( ) const
inline

Return number of fields reconstructed.

Definition at line 113 of file pointFieldReconstructor.H.

References objects, pointFieldReconstructor::operator=(), pointFieldReconstructor::reconstructField(), and pointFieldReconstructor::reconstructFields().

Here is the call graph for this function:

◆ reconstructField() [1/2]

tmp<GeometricField<Type, pointPatchField, pointMesh> > reconstructField ( const IOobject fieldIoObject)

Reconstruct field.

Referenced by pointFieldReconstructor::nReconstructed().

Here is the caller graph for this function:

◆ reconstructFields()

void reconstructFields ( const IOobjectList objects,
const HashSet< word > &  selectedFields 
)

◆ operator=()

void operator= ( const pointFieldReconstructor )
delete

Disallow default bitwise assignment.

Referenced by pointFieldReconstructor::nReconstructed().

Here is the caller graph for this function:

◆ reconstructField() [2/2]


The documentation for this class was generated from the following files: