fieldMapper Class Referenceabstract

Abstract base class for field mapping. More...

Inheritance diagram for fieldMapper:

Classes

class  FieldFunctor
 Class used to lazily evaluate fields. More...
 
class  FieldOpFunctor
 Class used to lazily evaluate field-generating operators. More...
 

Public Member Functions

 fieldMapper ()
 Null constructor. More...
 
virtual ~fieldMapper ()
 Destructor. More...
 
 FOR_ALL_FIELD_TYPES (DEFINE_FIELD_MAPPER_MAP_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...
 
 FOR_ALL_FIELD_TYPES (DEFINE_FIELD_MAPPER_MAP_OR_ASSIGN_OPERATOR,)
 Map or assign a field. More...
 
virtual void operator() (Field< label > &f, const Field< label > &mapF, const label &unmappedVal) const
 Map or assign a label field. More...
 
virtual tmp< Field< label > > operator() (const Field< label > &mapF, const label &unmappedVal) const
 
virtual void operator() (Field< label > &f, const Field< label > &mapF, const FieldFunctor< label > &unmappedFunc) const
 
virtual tmp< Field< label > > operator() (const Field< label > &mapF, const FieldFunctor< label > &unmappedFunc) const
 
template<class Type , class FieldOp >
void operator() (Field< Type > &f, const Field< Type > &mapF, const FieldOp &unmappedOp) const
 Map or assign a field from an operator in-place. More...
 
template<class Type , class FieldOp >
TmpFieldTypeIfFieldOp< Type, FieldOp > operator() (const Field< Type > &mapF, const FieldOp &unmappedOp) const
 Map or assign a field from an operator and return the result. More...
 
template<class Type >
Foam::tmp< Foam::Field< Type > > mapOrAssign (const Field< Type > &mapF, const Type &unmappedVal) const
 
template<class Type >
Foam::tmp< Foam::Field< Type > > mapOrAssign (const Field< Type > &mapF, const FieldFunctor< Type > &unmappedFunc) const
 
template<class Type >
Foam::tmp< Foam::Field< Type > > operator() (const tmp< Field< Type >> &tmapF) const
 
template<class Type , class FieldOp >
Foam::fieldMapper::TmpFieldTypeIfFieldOp< Type, FieldOp > operator() (const Field< Type > &mapF, const FieldOp &unmappedOp) const
 

Detailed Description

Abstract base class for field mapping.

Definition at line 47 of file fieldMapper.H.

Constructor & Destructor Documentation

◆ fieldMapper()

fieldMapper ( )
inline

Null constructor.

Definition at line 120 of file fieldMapper.H.

◆ ~fieldMapper()

virtual ~fieldMapper ( )
inlinevirtual

Destructor.

Definition at line 125 of file fieldMapper.H.

Member Function Documentation

◆ FOR_ALL_FIELD_TYPES() [1/2]

FOR_ALL_FIELD_TYPES ( DEFINE_FIELD_MAPPER_MAP_OPERATOR  )

Map a field.

◆ operator()() [1/12]

virtual void operator() ( Field< label > &  f,
const Field< label > &  mapF 
) const
pure virtual

Map a label field.

◆ operator()() [2/12]

virtual tmp<Field< label > > operator() ( const Field< label > &  mapF) const
pure virtual

◆ operator()() [3/12]

void operator() ( Field< Type > &  f,
const tmp< Field< Type >> &  tmapF 
) const

Map a temporary field.

Definition at line 31 of file fieldMapperTemplates.C.

References f().

Here is the call graph for this function:

◆ operator()() [4/12]

tmp<Field<Type> > operator() ( const tmp< Field< Type >> &  tmapF) const

Map a temporary field.

◆ FOR_ALL_FIELD_TYPES() [2/2]

FOR_ALL_FIELD_TYPES ( DEFINE_FIELD_MAPPER_MAP_OR_ASSIGN_OPERATOR  )

Map or assign a field.

◆ operator()() [5/12]

void operator() ( Field< label > &  f,
const Field< label > &  mapF,
const label unmappedVal 
) const
virtual

Map or assign a label field.

Definition at line 89 of file fieldMapper.C.

◆ operator()() [6/12]

Foam::tmp< Foam::Field< Foam::label > > operator() ( const Field< label > &  mapF,
const label unmappedVal 
) const
virtual

Definition at line 89 of file fieldMapper.C.

◆ operator()() [7/12]

void operator() ( Field< label > &  f,
const Field< label > &  mapF,
const FieldFunctor< label > &  unmappedFunc 
) const
virtual

Definition at line 89 of file fieldMapper.C.

◆ operator()() [8/12]

Foam::tmp< Foam::Field< Foam::label > > operator() ( const Field< label > &  mapF,
const FieldFunctor< label > &  unmappedFunc 
) const
virtual

Definition at line 89 of file fieldMapper.C.

◆ operator()() [9/12]

void operator() ( Field< Type > &  f,
const Field< Type > &  mapF,
const FieldOp &  unmappedOp 
) const

Map or assign a field from an operator in-place.

Definition at line 55 of file fieldMapperTemplates.C.

References f().

Here is the call graph for this function:

◆ operator()() [10/12]

TmpFieldTypeIfFieldOp<Type, FieldOp> operator() ( const Field< Type > &  mapF,
const FieldOp &  unmappedOp 
) const

Map or assign a field from an operator and return the result.

◆ mapOrAssign() [1/2]

Foam::tmp<Foam::Field<Type> > mapOrAssign ( const Field< Type > &  mapF,
const Type &  unmappedVal 
) const

Definition at line 45 of file fieldMapper.C.

◆ mapOrAssign() [2/2]

Foam::tmp<Foam::Field<Type> > mapOrAssign ( const Field< Type > &  mapF,
const FieldFunctor< Type > &  unmappedFunc 
) const

Definition at line 72 of file fieldMapper.C.

◆ operator()() [11/12]

Foam::tmp<Foam::Field<Type> > operator() ( const tmp< Field< Type >> &  tmapF) const

Definition at line 43 of file fieldMapperTemplates.C.

References tf.

◆ operator()() [12/12]

Foam::fieldMapper::TmpFieldTypeIfFieldOp<Type, FieldOp> operator() ( const Field< Type > &  mapF,
const FieldOp &  unmappedOp 
) const

Definition at line 76 of file fieldMapperTemplates.C.


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