fvPatchFieldMapper Class Reference

Foam::fvPatchFieldMapper. More...

Inheritance diagram for fvPatchFieldMapper:
Collaboration diagram for fvPatchFieldMapper:

Public Member Functions

 fvPatchFieldMapper ()
 Null constructor. More...
 
- Public Member Functions inherited from fieldMapper
 fieldMapper ()
 Null constructor. More...
 
virtual ~fieldMapper ()
 Destructor. More...
 
virtual bool hasUnmapped () const =0
 Are there unmapped values? I.e. do all size() elements get. More...
 
virtual void operator() (Field< scalar > &f, const Field< scalar > &mapF) const =0
 
virtual void operator() (Field< vector > &f, const Field< vector > &mapF) const =0
 
virtual void operator() (Field< sphericalTensor > &f, const Field< sphericalTensor > &mapF) const =0
 
virtual void operator() (Field< symmTensor > &f, const Field< symmTensor > &mapF) const =0
 
virtual void operator() (Field< tensor > &f, const Field< tensor > &mapF) const =0
 
template<class Type >
void operator() (Field< Type > &f, const tmp< Field< Type >> &tmapF) const
 
virtual tmp< Field< scalar > > operator() (const Field< scalar > &mapF) const =0
 
virtual tmp< Field< vector > > operator() (const Field< vector > &mapF) const =0
 
virtual tmp< Field< sphericalTensor > > operator() (const Field< sphericalTensor > &mapF) const =0
 
virtual tmp< Field< symmTensor > > operator() (const Field< symmTensor > &mapF) const =0
 
virtual tmp< Field< tensor > > operator() (const Field< tensor > &mapF) const =0
 
template<class Type >
tmp< Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 
template<class Type >
Foam::tmp< Foam::Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 

Detailed Description

Foam::fvPatchFieldMapper.

Definition at line 45 of file fvPatchFieldMapper.H.

Constructor & Destructor Documentation

◆ fvPatchFieldMapper()

fvPatchFieldMapper ( )
inline

Null constructor.

Definition at line 55 of file fvPatchFieldMapper.H.


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