Mapper for sizing only - does not do any actual mapping. More...


Public Member Functions | |
| fvPatchFieldReconstructor (const label size) | |
| Construct given size. 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 |
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 labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
Mapper for sizing only - does not do any actual mapping.
Definition at line 89 of file fvFieldReconstructor.H.
|
inline |
Construct given size.
Definition at line 100 of file fvFieldReconstructor.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 108 of file fvFieldReconstructor.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 113 of file fvFieldReconstructor.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 118 of file fvFieldReconstructor.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 123 of file fvFieldReconstructor.H.
References faceProcAddressing, mesh, and UList< T >::null().

1.8.11