Processor patch field decomposer class. Surface field is assumed. More...
#include <fvFieldDecomposer.H>


Public Member Functions | |
| processorSurfacePatchFieldDecomposer (const labelUList &addressingSlice) | |
| Construct given addressing. | |
| label | size () const noexcept |
| The size of the mapper. | |
| bool | direct () const noexcept |
| Is it a direct (non-interpolating) mapper? | |
| bool | hasUnmapped () const noexcept |
| Are there 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 fvPatchFieldMapper | |
| fvPatchFieldMapper ()=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. Surface field is assumed.
to have direction (so manipulates sign when mapping)
Definition at line 186 of file fvFieldDecomposer.H.
|
explicit |
Construct given addressing.
|
inlinevirtualnoexcept |
The size of the mapper.
Implements FieldMapper.
Definition at line 206 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 211 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Are there unmapped values.
Implements FieldMapper.
Definition at line 219 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Return the interpolation addressing.
Reimplemented from FieldMapper.
Definition at line 224 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Return the interpolation weights.
Reimplemented from FieldMapper.
Definition at line 229 of file fvFieldDecomposer.H.
References Foam::noexcept.