Processor patch field decomposer class. More...
#include <faFieldDecomposer.H>


Public Member Functions | |
| processorEdgePatchFieldDecomposer (label sizeBeforeMapping, const labelUList &addressingSlice) | |
| Construct given addressing. | |
| label | size () const noexcept |
| The size of the mapper. | |
| virtual label | sizeBeforeMapping () const |
| bool | direct () const noexcept |
| Is it a direct (non-interpolating) mapper? | |
| virtual bool | hasUnmapped () const |
| Any unmapped values? | |
| const labelListList & | addressing () const noexcept |
| Return the interpolation addressing. | |
| const scalarListList & | weights () const noexcept |
| Return the interpolation weights. | |
| Public Member Functions inherited from faPatchFieldMapper | |
| faPatchFieldMapper ()=default | |
| Default construct. | |
| Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. | |
| virtual | ~FieldMapper ()=default |
| Destructor. | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? | |
| virtual const labelUList & | directAddressing () const |
| Return the direct addressing values. | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
Processor patch field decomposer class.
Definition at line 180 of file faFieldDecomposer.H.
| processorEdgePatchFieldDecomposer | ( | label | sizeBeforeMapping, |
| const labelUList & | addressingSlice ) |
Construct given addressing.
References sizeBeforeMapping().

|
inlinevirtualnoexcept |
The size of the mapper.
Implements FieldMapper.
Definition at line 202 of file faFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtual |
Definition at line 207 of file faFieldDecomposer.H.
Referenced by processorEdgePatchFieldDecomposer().

|
inlinevirtualnoexcept |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 212 of file faFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtual |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 217 of file faFieldDecomposer.H.
|
inlinevirtualnoexcept |
Return the interpolation addressing.
Reimplemented from FieldMapper.
Definition at line 222 of file faFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Return the interpolation weights.
Reimplemented from FieldMapper.
Definition at line 227 of file faFieldDecomposer.H.
References Foam::noexcept.