pointFieldReconstructor Class Reference

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...
 

Detailed Description

Point field reconstructor.

Source files

Definition at line 54 of file pointFieldReconstructor.H.

Constructor & Destructor Documentation

◆ pointFieldReconstructor() [1/2]

pointFieldReconstructor ( const pointMesh mesh,
const PtrList< fvMesh > &  procMeshes,
const labelListList pointProcAddressing 
)

Construct from components.

◆ pointFieldReconstructor() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ nReconstructed()

label nReconstructed ( ) const
inline

Return number of fields reconstructed.

Definition at line 93 of file pointFieldReconstructor.H.

◆ reconstructField()

tmp<PointField<Type> > reconstructField ( const IOobject fieldIoObject)

Reconstruct field.

◆ reconstructFields()

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

Reconstruct and write all fields.

◆ operator=()

void operator= ( const pointFieldReconstructor )
delete

Disallow default bitwise assignment.


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