Public Member Functions | List of all members
weightedFvPatchFieldMapper Class Reference

FieldMapper with weighted mapping. More...

Inheritance diagram for weightedFvPatchFieldMapper:
Inheritance graph
[legend]
Collaboration diagram for weightedFvPatchFieldMapper:
Collaboration graph
[legend]

Public Member Functions

 weightedFvPatchFieldMapper (const labelListList &addressing, const scalarListList &weights)
 Construct given addressing. More...
 
virtual ~weightedFvPatchFieldMapper ()
 Destructor. More...
 
virtual label size () const
 
virtual bool direct () const
 
virtual bool hasUnmapped () const
 Are there unmapped values? I.e. do all size() elements get. More...
 
virtual const labelListListaddressing () const
 
virtual const scalarListListweights () 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 mapDistributeBasedistributeMap () const
 
virtual const labelUListdirectAddressing () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Detailed Description

FieldMapper with weighted mapping.

Definition at line 45 of file weightedFvPatchFieldMapper.H.

Constructor & Destructor Documentation

◆ weightedFvPatchFieldMapper()

weightedFvPatchFieldMapper ( const labelListList addressing,
const scalarListList weights 
)
inline

Construct given addressing.

Definition at line 61 of file weightedFvPatchFieldMapper.H.

References forAll, and weightedFvPatchFieldMapper::size().

Here is the call graph for this function:

◆ ~weightedFvPatchFieldMapper()

virtual ~weightedFvPatchFieldMapper ( )
inlinevirtual

Destructor.

Definition at line 80 of file weightedFvPatchFieldMapper.H.

Member Function Documentation

◆ size()

virtual label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 86 of file weightedFvPatchFieldMapper.H.

References weightedFvPatchFieldMapper::addressing(), and List< T >::size().

Referenced by weightedFvPatchFieldMapper::weightedFvPatchFieldMapper().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ direct()

virtual bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 91 of file weightedFvPatchFieldMapper.H.

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

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

get value

Implements FieldMapper.

Definition at line 96 of file weightedFvPatchFieldMapper.H.

◆ addressing()

virtual const labelListList& addressing ( ) const
inlinevirtual

Reimplemented from FieldMapper.

Definition at line 101 of file weightedFvPatchFieldMapper.H.

Referenced by weightedFvPatchFieldMapper::size().

Here is the caller graph for this function:

◆ weights()

virtual const scalarListList& weights ( ) const
inlinevirtual

Reimplemented from FieldMapper.

Definition at line 106 of file weightedFvPatchFieldMapper.H.


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