Spatial transformation functions for primitive fields. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class T > | |
List< T > | transform (const tensor &rotTensor, const UList< T > &field) |
Extend transform to work on list. More... | |
template<class T > | |
void | transformList (const tensor &, UList< T > &) |
Apply transformation to list. Either single transformation tensor. More... | |
template<class T > | |
void | transformList (const tensorField &, UList< T > &) |
template<class T > | |
void | transformList (const tensor &, Map< T > &) |
template<class T > | |
void | transformList (const tensorField &, Map< T > &) |
template<class T > | |
void | transformList (const tensor &, EdgeMap< T > &) |
template<class T > | |
void | transformList (const tensorField &, EdgeMap< T > &) |
template<> | |
void | transformList (const tensor &, UList< bool > &) |
template<> | |
void | transformList (const tensorField &, UList< bool > &) |
template<> | |
void | transformList (const tensor &, Map< bool > &) |
template<> | |
void | transformList (const tensorField &, Map< bool > &) |
template<> | |
void | transformList (const tensor &, EdgeMap< bool > &) |
template<> | |
void | transformList (const tensorField &, EdgeMap< bool > &) |
template<> | |
void | transformList (const tensor &, labelUList &) |
template<> | |
void | transformList (const tensorField &, labelUList &) |
template<> | |
void | transformList (const tensor &, Map< label > &) |
template<> | |
void | transformList (const tensorField &, Map< label > &) |
template<> | |
void | transformList (const tensor &, EdgeMap< label > &) |
template<> | |
void | transformList (const tensorField &, EdgeMap< label > &) |
template<> | |
void | transformList (const tensor &, UList< scalar > &) |
template<> | |
void | transformList (const tensorField &, UList< scalar > &) |
template<> | |
void | transformList (const tensor &, Map< scalar > &) |
template<> | |
void | transformList (const tensorField &, Map< scalar > &) |
template<> | |
void | transformList (const tensor &, EdgeMap< scalar > &) |
template<> | |
void | transformList (const tensorField &, EdgeMap< scalar > &) |
Spatial transformation functions for primitive fields.
Original source file transformList.H
InClass Foam
Definition in file transformList.H.