Patch field decomposer class. More...
#include <faFieldDecomposer.H>


Public Member Functions | |
| patchFieldDecomposer (const label sizeBeforeMapping, const labelUList &addressingSlice, const label addressingOffset) | |
| 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 labelUList & | directAddressing () const noexcept |
| Return the direct addressing values. | |
| 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 mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| virtual const labelListList & | addressing () const |
| Return the interpolation addressing. | |
| virtual const scalarListList & | weights () const |
| Return the interpolation weights. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
Patch field decomposer class.
Definition at line 68 of file faFieldDecomposer.H.
| patchFieldDecomposer | ( | const label | sizeBeforeMapping, |
| const labelUList & | addressingSlice, | ||
| const label | addressingOffset ) |
Construct given addressing.
References sizeBeforeMapping().

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

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