FieldMapper with weighted mapping. More...


Public Member Functions | |
| weightedFvPatchFieldMapper (const labelListList &addressing, const scalarListList &weights) | |
| Construct given addressing. More... | |
| virtual | ~weightedFvPatchFieldMapper () |
| Destructor. More... | |
| virtual label | size () const |
| virtual bool | direct () const |
| virtual bool | hasUnmapped () const |
| Are there unmapped values? I.e. do all size() elements get. More... | |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () 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 labelUList & | directAddressing () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
|
inline |
Construct given addressing.
Definition at line 61 of file weightedFvPatchFieldMapper.H.
References forAll, and weightedFvPatchFieldMapper::size().

|
inlinevirtual |
Destructor.
Definition at line 80 of file weightedFvPatchFieldMapper.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 86 of file weightedFvPatchFieldMapper.H.
References weightedFvPatchFieldMapper::addressing(), and List< T >::size().
Referenced by weightedFvPatchFieldMapper::weightedFvPatchFieldMapper().


|
inlinevirtual |
Implements FieldMapper.
Definition at line 91 of file weightedFvPatchFieldMapper.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 96 of file weightedFvPatchFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 101 of file weightedFvPatchFieldMapper.H.
Referenced by weightedFvPatchFieldMapper::size().

|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 106 of file weightedFvPatchFieldMapper.H.
1.8.11