All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pointFieldDecomposer Class Reference

Point field decomposer. More...

Classes

class  patchFieldDecomposer
 Point patch field decomposer class. More...
 

Public Member Functions

 pointFieldDecomposer (const pointMesh &completeMesh, const pointMesh &procMesh, const labelList &pointAddressing, const labelList &boundaryAddressing)
 Construct from components. More...
 
 pointFieldDecomposer (const pointFieldDecomposer &)=delete
 Disallow default bitwise copy construction. More...
 
 ~pointFieldDecomposer ()
 Destructor. More...
 
template<class Type >
tmp< GeometricField< Type, pointPatchField, pointMesh > > decomposeField (const GeometricField< Type, pointPatchField, pointMesh > &) const
 Decompose point field. More...
 
template<class GeoField >
void decomposeFields (const PtrList< GeoField > &fields) const
 
void operator= (const pointFieldDecomposer &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Point field decomposer.

Source files

Definition at line 51 of file pointFieldDecomposer.H.

Constructor & Destructor Documentation

◆ pointFieldDecomposer() [1/2]

pointFieldDecomposer ( const pointMesh completeMesh,
const pointMesh procMesh,
const labelList pointAddressing,
const labelList boundaryAddressing 
)

Construct from components.

Referenced by pointFieldDecomposer::patchFieldDecomposer::directAddressing().

Here is the caller graph for this function:

◆ pointFieldDecomposer() [2/2]

Disallow default bitwise copy construction.

◆ ~pointFieldDecomposer()

Destructor.

Referenced by pointFieldDecomposer::patchFieldDecomposer::directAddressing().

Here is the caller graph for this function:

Member Function Documentation

◆ decomposeField()

tmp<GeometricField<Type, pointPatchField, pointMesh> > decomposeField ( const GeometricField< Type, pointPatchField, pointMesh > &  ) const

Decompose point field.

Referenced by pointFieldDecomposer::patchFieldDecomposer::directAddressing().

Here is the caller graph for this function:

◆ decomposeFields()

void decomposeFields ( const PtrList< GeoField > &  fields) const

Referenced by pointFieldDecomposer::patchFieldDecomposer::directAddressing().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const pointFieldDecomposer )
delete

Disallow default bitwise assignment.


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