fvFieldReconstructor::fvPatchFieldReconstructor Class Reference

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

Inheritance diagram for fvFieldReconstructor::fvPatchFieldReconstructor:
[legend]
Collaboration diagram for fvFieldReconstructor::fvPatchFieldReconstructor:
[legend]

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 labelUListdirectAddressing () const
 
- Public Member Functions inherited from fvPatchFieldMapper
 fvPatchFieldMapper ()
 Null constructor. More...
 
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 Null constructor. More...
 
virtual ~FieldMapper ()=default
 Destructor. More...
 
virtual bool distributed () const
 
virtual const mapDistributeBasedistributeMap () const
 
virtual const labelListListaddressing () const
 
virtual const scalarListListweights () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Detailed Description

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

Definition at line 91 of file fvFieldReconstructor.H.

Constructor & Destructor Documentation

◆ fvPatchFieldReconstructor()

fvPatchFieldReconstructor ( const label  size)
inline

Construct given size.

Definition at line 102 of file fvFieldReconstructor.H.

Member Function Documentation

◆ size()

label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 110 of file fvFieldReconstructor.H.

◆ direct()

bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 115 of file fvFieldReconstructor.H.

◆ hasUnmapped()

bool hasUnmapped ( ) const
inlinevirtual

Are there unmapped values? I.e. do all size() elements get.

get value

Implements FieldMapper.

Definition at line 120 of file fvFieldReconstructor.H.

◆ directAddressing()

const labelUList& directAddressing ( ) const
inlinevirtual

Reimplemented from FieldMapper.

Definition at line 125 of file fvFieldReconstructor.H.

References UList< T >::null().

Here is the call graph for this function:

The documentation for this class was generated from the following file: