direct pointPatchFieldMapper More...
Public Member Functions | |
directPointPatchFieldMapper (const labelUList &directAddressing) | |
Construct given addressing. More... | |
virtual | ~directPointPatchFieldMapper ()=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 labelUList & | directAddressing () const |
![]() | |
pointPatchFieldMapper () | |
Null constructor. More... | |
![]() | |
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 |
|
inline |
Construct given addressing.
Definition at line 65 of file directPointPatchFieldMapper.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 78 of file directPointPatchFieldMapper.H.
References UList< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 83 of file directPointPatchFieldMapper.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 88 of file directPointPatchFieldMapper.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 93 of file directPointPatchFieldMapper.H.