#include <pointFieldReconstructor.H>


Public Member Functions | |
| pointPatchFieldReconstructor (const label size) | |
| Construct given size. | |
| label | size () const noexcept |
| The size of the mapper. | |
| bool | direct () const noexcept |
| Is it a direct (non-interpolating) mapper? | |
| bool | hasUnmapped () const noexcept |
| Any unmapped values? | |
| const labelUList & | directAddressing () const noexcept |
| Return the direct addressing values. | |
| Public Member Functions inherited from pointPatchFieldMapper | |
| pointPatchFieldMapper ()=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. | |
Definition at line 103 of file pointFieldReconstructor.H.
|
inlineexplicit |
Construct given size.
Definition at line 116 of file pointFieldReconstructor.H.
References size().

|
inlinevirtualnoexcept |
The size of the mapper.
Implements FieldMapper.
Definition at line 124 of file pointFieldReconstructor.H.
References Foam::noexcept.
Referenced by pointPatchFieldReconstructor().

|
inlinevirtualnoexcept |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 129 of file pointFieldReconstructor.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 134 of file pointFieldReconstructor.H.
References Foam::noexcept.
|
inlinevirtualnoexcept |
Return the direct addressing values.
Reimplemented from FieldMapper.
Definition at line 139 of file pointFieldReconstructor.H.
References Foam::noexcept, and UList< label >::null().
