Loading...
Searching...
No Matches
mapDistribute::transform Class Reference

Default transformation behaviour. More...

#include <mapDistribute.H>

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.
template<class Type, template< class > class Container>
void operator() (const coupledPolyPatch &cpp, Container< Type > &map) const
 Transform sparse field.

Detailed Description

Default transformation behaviour.

Definition at line 220 of file mapDistribute.H.

Member Function Documentation

◆ operator()() [1/4]

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

Definition at line 225 of file mapDistribute.H.

References fld(), Foam::is_rotational_vectorspace_v, and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [2/4]

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

Definition at line 240 of file mapDistribute.H.

References fld(), Foam::is_rotational_vectorspace_v, and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [3/4]

template<class Type>
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(), Foam::is_rotational_vectorspace_v, coupledPolyPatch::parallel(), and Foam::transformList().

Here is the call graph for this function:

◆ operator()() [4/4]

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

Transform sparse field.

Definition at line 276 of file mapDistribute.H.

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

Here is the call graph for this function:

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