Point patch field decomposer class. More...
#include <applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H>
Point patch field decomposer class.
Definition at line 58 of file pointFieldDecomposer.H.
Inheritance diagram for pointFieldDecomposer::patchFieldDecomposer:
Collaboration diagram for pointFieldDecomposer::patchFieldDecomposer:Public Member Functions | |
| patchFieldDecomposer (const pointPatch &completeMeshPatch, const pointPatch &procMeshPatch, const labelList &directAddr) | |
| Construct given addressing. | |
| label | size () const |
| bool | direct () const |
| const unallocLabelList & | directAddressing () const |
Public Member Functions inherited from pointPatchFieldMapperPatchRef | |
| pointPatchFieldMapperPatchRef (const pointPatch &source, const pointPatch &target) | |
| Construct from components. | |
| const pointPatch & | sourcePatch () const |
| const pointPatch & | targetPatch () const |
Public Member Functions inherited from pointPatchFieldMapper | |
| pointPatchFieldMapper () | |
| Null constructor. | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. | |
| virtual | ~FieldMapper () |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
| patchFieldDecomposer | ( | const pointPatch & | completeMeshPatch, |
| const pointPatch & | procMeshPatch, | ||
| const labelList & | directAddr | ||
| ) |
Construct given addressing.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 81 of file pointFieldDecomposer.H.
References List< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 86 of file pointFieldDecomposer.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 91 of file pointFieldDecomposer.H.