Default transformation behaviour. More...
Public Member Functions | |
template<class Type > | |
void | operator() (const transformer &vt, const bool forward, List< Type > &fld) const |
template<class Type > | |
void | operator() (const transformer &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... | |
template<> | |
void | operator() (const transformer &, const bool, List< label > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, UList< label > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, Map< label > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, EdgeMap< label > &) const |
template<> | |
void | operator() (const transformer &, const bool, List< scalar > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, UList< scalar > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, Map< scalar > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, EdgeMap< scalar > &) const |
template<> | |
void | operator() (const transformer &, const bool, List< bool > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, UList< bool > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, Map< bool > &) const |
template<> | |
void | operator() (const coupledPolyPatch &, EdgeMap< bool > &) const |
Default transformation behaviour.
Definition at line 203 of file distributionMap.H.
|
inline |
Definition at line 209 of file distributionMap.H.
References fld(), transformer::invTransformList(), and transformer::transformList().
Referenced by distributionMap::transform::operator()(), and distributionMap::transformPosition::operator()().
|
inline |
Definition at line 227 of file distributionMap.H.
References forAll, and distributionMap::transform::operator()().
|
inline |
Transform patch-based field.
Definition at line 241 of file distributionMap.H.
References coupledPolyPatch::transform(), transformer::transformList(), and transformer::transforms().
|
inline |
Transform sparse field.
Definition at line 251 of file distributionMap.H.
References coupledPolyPatch::transform(), transformer::transformList(), and transformer::transforms().
void operator() | ( | const transformer & | , |
const bool | , | ||
List< label > & | |||
) | const |
Definition at line 41 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
UList< label > & | |||
) | const |
Definition at line 49 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
Map< label > & | |||
) | const |
Definition at line 56 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
EdgeMap< label > & | |||
) | const |
Definition at line 63 of file distributionMap.C.
void operator() | ( | const transformer & | , |
const bool | , | ||
List< scalar > & | |||
) | const |
Definition at line 72 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
UList< scalar > & | |||
) | const |
Definition at line 80 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
Map< scalar > & | |||
) | const |
Definition at line 87 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
EdgeMap< scalar > & | |||
) | const |
Definition at line 94 of file distributionMap.C.
void operator() | ( | const transformer & | , |
const bool | , | ||
List< bool > & | |||
) | const |
Definition at line 103 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
UList< bool > & | |||
) | const |
Definition at line 111 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
Map< bool > & | |||
) | const |
Definition at line 118 of file distributionMap.C.
void operator() | ( | const coupledPolyPatch & | , |
EdgeMap< bool > & | |||
) | const |
Definition at line 125 of file distributionMap.C.