FieldMapper with direct mapping from remote quantities. More...
Public Member Functions | |
| distributedUnallocatedDirectFieldMapper (const labelUList &directAddressing, const mapDistributeBase &distMap) | |
| Construct given addressing. More... | |
| virtual | ~distributedUnallocatedDirectFieldMapper ()=default |
| Destructor. More... | |
| virtual label | size () const |
| virtual bool | direct () const |
| virtual bool | distributed () const |
| virtual const mapDistributeBase & | distributeMap () const |
| virtual bool | hasUnmapped () const |
| Are there unmapped values? I.e. do all size() elements get. More... | |
| virtual const labelUList & | directAddressing () const |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
FieldMapper with direct mapping from remote quantities.
Definition at line 46 of file distributedUnallocatedDirectFieldMapper.H.
|
inline |
Construct given addressing.
Definition at line 62 of file distributedUnallocatedDirectFieldMapper.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 79 of file distributedUnallocatedDirectFieldMapper.H.
References mapDistributeBase::constructSize(), Foam::notNull(), and UList< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 89 of file distributedUnallocatedDirectFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 94 of file distributedUnallocatedDirectFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 99 of file distributedUnallocatedDirectFieldMapper.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 104 of file distributedUnallocatedDirectFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 109 of file distributedUnallocatedDirectFieldMapper.H.