Mapper for sizing only - does not do any actual mapping. More...
#include <fvFieldReconstructor.H>


Public Member Functions | |
| fvPatchFieldReconstructor (const label size) | |
| Construct given size. | |
| label | size () const |
| The size of the mapper. | |
| bool | direct () const |
| Is it a direct (non-interpolating) mapper? | |
| bool | hasUnmapped () const |
| Any unmapped values? | |
| const labelUList & | directAddressing () const |
| 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. | |
Mapper for sizing only - does not do any actual mapping.
Definition at line 107 of file fvFieldReconstructor.H.
|
inline |
Construct given size.
Definition at line 120 of file fvFieldReconstructor.H.
References size().

|
inlinevirtual |
The size of the mapper.
Implements FieldMapper.
Definition at line 128 of file fvFieldReconstructor.H.
Referenced by fvPatchFieldReconstructor().

|
inlinevirtual |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 133 of file fvFieldReconstructor.H.
|
inlinevirtual |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 138 of file fvFieldReconstructor.H.
|
inlinevirtual |
Return the direct addressing values.
Reimplemented from FieldMapper.
Definition at line 143 of file fvFieldReconstructor.H.
References UList< label >::null().
