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 208 of file distributionMap.H.
References fld().
Referenced by distributionMap::transform::operator()().


|
inline |
Definition at line 226 of file distributionMap.H.
References forAll, and distributionMap::transform::operator()().

|
inline |
Transform patch-based field.
Definition at line 241 of file distributionMap.H.
References fld(), 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 40 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| UList< label > & | |||
| ) | const |
Definition at line 48 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| Map< label > & | |||
| ) | const |
Definition at line 55 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| EdgeMap< label > & | |||
| ) | const |
Definition at line 62 of file distributionMap.C.
| void operator() | ( | const transformer & | , |
| const bool | , | ||
| List< scalar > & | |||
| ) | const |
Definition at line 71 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| UList< scalar > & | |||
| ) | const |
Definition at line 79 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| Map< scalar > & | |||
| ) | const |
Definition at line 86 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| EdgeMap< scalar > & | |||
| ) | const |
Definition at line 93 of file distributionMap.C.
| void operator() | ( | const transformer & | , |
| const bool | , | ||
| List< bool > & | |||
| ) | const |
Definition at line 102 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| UList< bool > & | |||
| ) | const |
Definition at line 110 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| Map< bool > & | |||
| ) | const |
Definition at line 117 of file distributionMap.C.
| void operator() | ( | const coupledPolyPatch & | , |
| EdgeMap< bool > & | |||
| ) | const |
Definition at line 124 of file distributionMap.C.