Patch-field interpolation class. More...


Public Member Functions | |
| patchFieldInterpolator (const labelList &addr) | |
| Construct given addressing. More... | |
| virtual | ~patchFieldInterpolator () |
| 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 () |
| 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 178 of file meshToMesh0.H.
|
inline |
Construct given addressing.
Definition at line 190 of file meshToMesh0.H.
|
inlinevirtual |
Destructor.
Definition at line 197 of file meshToMesh0.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 203 of file meshToMesh0.H.
References List< T >::size().

|
inlinevirtual |
Implements FieldMapper.
Definition at line 208 of file meshToMesh0.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 213 of file meshToMesh0.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 218 of file meshToMesh0.H.
1.8.13