FieldMapper with direct mapping from remote quantities. More...
Public Member Functions | |
distributedUnallocatedDirectFvPatchFieldMapper (const labelUList &directAddressing, const mapDistributeBase &distMap) | |
Construct given addressing. More... | |
virtual | ~distributedUnallocatedDirectFvPatchFieldMapper ()=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 |
![]() | |
fvPatchFieldMapper () | |
Null constructor. More... | |
![]() | |
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 48 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
inline |
Construct given addressing.
Definition at line 64 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 81 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
References mapDistributeBase::constructSize(), Foam::notNull(), and UList< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 91 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 96 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 101 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 106 of file distributedUnallocatedDirectFvPatchFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 111 of file distributedUnallocatedDirectFvPatchFieldMapper.H.