patchToPatchNormalisedFvPatchFieldMapper Class Reference
Inheritance diagram for patchToPatchNormalisedFvPatchFieldMapper:
Collaboration diagram for patchToPatchNormalisedFvPatchFieldMapper:

Public Member Functions

 patchToPatchNormalisedFvPatchFieldMapper (const patchToPatch &pToP, const patchToPatchStabilisation &pS)
 Construct given a patch-to-patch interpolation and stabilisation. More...
 
virtual ~patchToPatchNormalisedFvPatchFieldMapper ()
 Destructor. More...
 
virtual bool hasUnmapped () const
 Return whether or not all faces receive a mapped value. More...
 
 FOR_ALL_FIELD_TYPES (DEFINE_FIELD_MAPPER_OPERATOR,)
 Map a field. More...
 
template<class Type >
Foam::tmp< Foam::Field< Type > > map (const Field< Type > &mapF) const
 
- Public Member Functions inherited from patchToPatchFvPatchFieldMapper
 patchToPatchFvPatchFieldMapper (const patchToPatch &pToP)
 Construct given a patch-to-patch interpolation. More...
 
virtual ~patchToPatchFvPatchFieldMapper ()
 Destructor. More...
 
 DEFINE_FIELD_MAPPER_OPERATOR (label,)
 Map a label field (not implemented) More...
 
template<class Type >
void operator() (Field< Type > &f, const tmp< Field< Type >> &tmapF) const
 Map a temporary field. More...
 
template<class Type >
tmp< Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 Map a temporary field. More...
 
template<class Type >
Foam::tmp< Foam::Field< Type > > operator() (const tmp< Field< Type >> &tmapF) 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...
 
 FOR_ALL_FIELD_TYPES (DEFINE_FIELD_MAPPER_OPERATOR,=0)
 Map a field. More...
 
virtual void operator() (Field< label > &f, const Field< label > &mapF) const =0
 Map a label field. More...
 
virtual tmp< Field< label > > operator() (const Field< label > &mapF) const =0
 
template<class Type >
void operator() (Field< Type > &f, const tmp< Field< Type >> &tmapF) const
 Map a temporary field. More...
 
template<class Type >
tmp< Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 Map a temporary field. More...
 
template<class Type >
Foam::tmp< Foam::Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 

Additional Inherited Members

- Protected Attributes inherited from patchToPatchFvPatchFieldMapper
const patchToPatchpToP_
 Patch-to-patch interpolation engine. More...
 

Detailed Description

Definition at line 152 of file patchToPatchFvPatchFieldMapper.H.

Constructor & Destructor Documentation

◆ patchToPatchNormalisedFvPatchFieldMapper()

Construct given a patch-to-patch interpolation and stabilisation.

Definition at line 178 of file patchToPatchFvPatchFieldMapper.H.

◆ ~patchToPatchNormalisedFvPatchFieldMapper()

virtual ~patchToPatchNormalisedFvPatchFieldMapper ( )
inlinevirtual

Destructor.

Definition at line 190 of file patchToPatchFvPatchFieldMapper.H.

Member Function Documentation

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

Return whether or not all faces receive a mapped value.

Implements fieldMapper.

Definition at line 197 of file patchToPatchFvPatchFieldMapper.H.

◆ FOR_ALL_FIELD_TYPES()

FOR_ALL_FIELD_TYPES ( DEFINE_FIELD_MAPPER_OPERATOR  )

Map a field.

◆ map()

Foam::tmp<Foam::Field<Type> > map ( const Field< Type > &  mapF) const

Definition at line 96 of file patchToPatchFvPatchFieldMapperTemplates.C.

References tf.


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