transformList.H File Reference

Spatial transformation functions for list of values and primitive fields. More...

Include dependency graph for transformList.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
List< Ttransform (const tensor &rotTensor, const UList< T > &field)
 Apply transform to a list of elements, returning a copy. More...
 
template<class T >
void transformList (const tensor &rotTensor, UList< T > &field)
 Inplace transform a list of elements. More...
 
template<class T >
void transformList (const tensorField &rotTensor, UList< T > &field)
 Inplace transform a list of elements using one tensor per element. More...
 
template<class T >
void transformList (const tensor &rotTensor, Map< T > &field)
 Inplace transform a Map of elements. More...
 
template<class T >
void transformList (const tensorField &rotTensor, Map< T > &field)
 Inplace transform a Map of elements using one tensor per element. More...
 
template<class T >
void transformList (const tensor &rotTensor, EdgeMap< T > &field)
 Inplace transform a Map of elements. More...
 
template<class T >
void transformList (const tensorField &rotTensor, EdgeMap< T > &field)
 Inplace transform a Map of elements using one tensor per element. More...
 
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 > &)
 

Detailed Description

Spatial transformation functions for list of values and primitive fields.

Original source file transformList.H

InClass Foam

Source files

Definition in file transformList.H.