FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

pointFieldDecomposer Class Reference

Point field decomposer. More...


Detailed Description

Point field decomposer.

Source files

Definition at line 52 of file pointFieldDecomposer.H.

Collaboration diagram for pointFieldDecomposer:

List of all members.

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.
 ~pointFieldDecomposer ()
template<class Type >
tmp< GeometricField< Type,
pointPatchField, pointMesh > >  
decomposeField (const GeometricField< Type, pointPatchField, pointMesh > &) const
 Decompose point field.
template<class GeoField >
void  decomposeFields (const PtrList< GeoField > &fields) const

Constructor & Destructor Documentation

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

Construct from components.


Member Function Documentation

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

Decompose point field.

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

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