Patch-field interpolation class. More...
Public Member Functions | |
| patchFieldInterpolator (const labelList &addr) | |
| Construct given addressing. More... | |
| virtual | ~patchFieldInterpolator ()=default |
| Destructor. More... | |
| label | size () const |
| bool | direct () const |
| bool | hasUnmapped () const |
| Are there unmapped values? I.e. do all size() elements get. More... | |
| const labelList & | directAddressing () const |
Public Member Functions inherited from fvPatchFieldMapper | |
| fvPatchFieldMapper () | |
| Null constructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual bool | distributed () const |
| virtual const mapDistributeBase & | distributeMap () const |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
Patch-field interpolation class.
Definition at line 183 of file meshToMesh0.H.
|
inline |
Construct given addressing.
Definition at line 195 of file meshToMesh0.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 207 of file meshToMesh0.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 212 of file meshToMesh0.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 217 of file meshToMesh0.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 222 of file meshToMesh0.H.