Classes | Public Member Functions | List of all members
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 ()
 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
 

Detailed Description

Point field decomposer.

Source files

Definition at line 51 of file pointFieldDecomposer.H.

Constructor & Destructor Documentation

◆ pointFieldDecomposer()

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

Construct from components.

◆ ~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:

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