direct fvPatchFieldMapper More...
Public Member Functions | |
directFvPatchFieldMapper (const labelUList &directAddressing) | |
Construct given addressing. More... | |
virtual | ~directFvPatchFieldMapper () |
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 |
![]() | |
fvPatchFieldMapper () | |
Null constructor. More... | |
![]() | |
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 |
Private Attributes | |
const labelUList & | directAddressing_ |
Addressing from new back to old. More... | |
bool | hasUnmapped_ |
Does map contain any unmapped values. More... | |
|
inline |
Construct given addressing.
Definition at line 62 of file directFvPatchFieldMapper.H.
References directFvPatchFieldMapper::directAddressing_, directFvPatchFieldMapper::hasUnmapped_, Foam::min(), and UList::size().
|
inlinevirtual |
Destructor.
Definition at line 74 of file directFvPatchFieldMapper.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 80 of file directFvPatchFieldMapper.H.
References directFvPatchFieldMapper::directAddressing_, and UList::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 85 of file directFvPatchFieldMapper.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 90 of file directFvPatchFieldMapper.H.
References directFvPatchFieldMapper::hasUnmapped_.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 95 of file directFvPatchFieldMapper.H.
References directFvPatchFieldMapper::directAddressing_.
|
private |
Addressing from new back to old.
Definition at line 51 of file directFvPatchFieldMapper.H.
Referenced by directFvPatchFieldMapper::directAddressing(), directFvPatchFieldMapper::directFvPatchFieldMapper(), and directFvPatchFieldMapper::size().
|
private |
Does map contain any unmapped values.
Definition at line 54 of file directFvPatchFieldMapper.H.
Referenced by directFvPatchFieldMapper::directFvPatchFieldMapper(), and directFvPatchFieldMapper::hasUnmapped().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.