Point patch field decomposer class. More...


Public Member Functions | |
| patchFieldDecomposer (const pointPatch &completeMeshPatch, const pointPatch &procMeshPatch, const labelList &directAddr) | |
| Construct given addressing. More... | |
| label | size () const |
| bool | direct () const |
| bool | hasUnmapped () const |
| Are there unmapped values? I.e. do all size() elements get. More... | |
| const labelUList & | directAddressing () const |
Public Member Functions inherited from pointPatchFieldMapperPatchRef | |
| pointPatchFieldMapperPatchRef (const pointPatch &source, const pointPatch &target) | |
| Construct from components. More... | |
| const pointPatch & | sourcePatch () const |
| const pointPatch & | targetPatch () const |
Public Member Functions inherited from pointPatchFieldMapper | |
| pointPatchFieldMapper () | |
| Null constructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper () |
| Destructor. More... | |
| virtual bool | distributed () const |
| virtual const mapDistributeBase & | distributeMap () const |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
Point patch field decomposer class.
Definition at line 57 of file pointFieldDecomposer.H.
| patchFieldDecomposer | ( | const pointPatch & | completeMeshPatch, |
| const pointPatch & | procMeshPatch, | ||
| const labelList & | directAddr | ||
| ) |
Construct given addressing.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 83 of file pointFieldDecomposer.H.
References List< T >::size().

|
inlinevirtual |
Implements FieldMapper.
Definition at line 88 of file pointFieldDecomposer.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 93 of file pointFieldDecomposer.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 98 of file pointFieldDecomposer.H.
References pointFieldDecomposer::decomposeField(), pointFieldDecomposer::decomposeFields(), fields, and pointFieldDecomposer::~pointFieldDecomposer().

1.8.13