Processor patch field decomposer class. Maps either owner or. More...
#include <fvFieldDecomposer.H>


Public Member Functions | |
| processorVolPatchFieldDecomposer (const labelUList &faceOwner, const labelUList &faceNeigbour, const labelUList &addressingSlice) | |
| Construct addressing from details. | |
| processorVolPatchFieldDecomposer (const polyMesh &mesh, const labelUList &addressingSlice) | |
| Construct given addressing from complete mesh. | |
| 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 labelUList & | directAddressing () const noexcept |
| Return the direct addressing values. | |
| 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 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. | |
Processor patch field decomposer class. Maps either owner or.
neighbour data (no interpolate anymore - processorFvPatchField holds neighbour data)
Definition at line 124 of file fvFieldDecomposer.H.
| processorVolPatchFieldDecomposer | ( | const labelUList & | faceOwner, |
| const labelUList & | faceNeigbour, | ||
| const labelUList & | addressingSlice ) |
Construct addressing from details.
| processorVolPatchFieldDecomposer | ( | const polyMesh & | mesh, |
| const labelUList & | addressingSlice ) |
Construct given addressing from complete mesh.
References mesh.
|
inlinevirtualnoexcept |
The size of the mapper.
Implements FieldMapper.
Definition at line 156 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 161 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Are there unmapped values.
Implements FieldMapper.
Definition at line 169 of file fvFieldDecomposer.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Return the direct addressing values.
Reimplemented from FieldMapper.
Definition at line 174 of file fvFieldDecomposer.H.
References Foam::noexcept.