Foam::fvPatchFieldMapper. More...
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 |
|
inline |
Null constructor.
Definition at line 55 of file fvPatchFieldMapper.H.