mapDistribute::transform Class Reference

Default transformation behaviour. More...

Public Member Functions

template<class Type >
void operator() (const vectorTensorTransform &vt, const bool forward, UList< Type > &fld) const
 
template<class Type >
void operator() (const vectorTensorTransform &vt, const bool forward, List< List< Type >> &flds) const
 
template<class Type >
void operator() (const coupledPolyPatch &cpp, UList< Type > &fld) const
 Transform patch-based field. More...
 
template<class Type , template< class > class Container>
void operator() (const coupledPolyPatch &cpp, Container< Type > &map) const
 Transform sparse field. More...
 

Detailed Description

Default transformation behaviour.

Definition at line 220 of file mapDistribute.H.

Member Function Documentation

◆ operator()() [1/4]

void operator() ( const vectorTensorTransform vt,
const bool  forward,
UList< Type > &  fld 
) const
inline

Definition at line 226 of file mapDistribute.H.

References fld, vectorTensorTransform::R(), and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [2/4]

void operator() ( const vectorTensorTransform vt,
const bool  forward,
List< List< Type >> &  flds 
) const
inline

Definition at line 241 of file mapDistribute.H.

References fld, vectorTensorTransform::R(), and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [3/4]

void operator() ( const coupledPolyPatch cpp,
UList< Type > &  fld 
) const
inline

Transform patch-based field.

Definition at line 261 of file mapDistribute.H.

References fld, coupledPolyPatch::forwardT(), coupledPolyPatch::parallel(), and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [4/4]

void operator() ( const coupledPolyPatch cpp,
Container< Type > &  map 
) const
inline

Transform sparse field.

Definition at line 276 of file mapDistribute.H.

References coupledPolyPatch::forwardT(), coupledPolyPatch::parallel(), and Foam::transformList().

Here is the call graph for this function:

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