Patch-field interpolation class. More...
#include <meshToMesh0.H>


Public Member Functions | |
| patchFieldInterpolator (const labelList &addr) | |
| Construct given addressing. | |
| virtual | ~patchFieldInterpolator ()=default |
| Destructor. | |
| 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 labelList & | 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. | |
Patch-field interpolation class.
Definition at line 216 of file meshToMesh0.H.
|
inline |
Construct given addressing.
Definition at line 230 of file meshToMesh0.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
|
inlinevirtual |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 249 of file meshToMesh0.H.
|
inlinevirtual |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 254 of file meshToMesh0.H.
|
inlinevirtual |
Return the direct addressing values.
Reimplemented from FieldMapper.
Definition at line 259 of file meshToMesh0.H.