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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define TEMPLATE
 

Functions

template<class Cmpt >
void zip (Field< SymmTensor< Cmpt >> &result, const UList< Cmpt > &xx, const UList< Cmpt > &xy, const UList< Cmpt > &xz, const UList< Cmpt > &yy, const UList< Cmpt > &yz, const UList< Cmpt > &zz)
 Zip together symmTensor field from components. More...
 
template<class Cmpt >
void unzip (const UList< SymmTensor< Cmpt >> &input, Field< Cmpt > &xx, Field< Cmpt > &xy, Field< Cmpt > &xz, Field< Cmpt > &yy, Field< Cmpt > &yz, Field< Cmpt > &zz)
 Unzip symmTensor field into components. More...
 
template<class Cmpt >
tmp< Field< SymmTensor< Cmpt > > > zip (const Field< Cmpt > &xx, const Field< Cmpt > &xy, const Field< Cmpt > &xz, const Field< Cmpt > &yy, const Field< Cmpt > &yz, const Field< Cmpt > &zz)
 Zip together symmTensor field from components. More...
 
template<class Cmpt >
void unzipDiag (const UList< SymmTensor< Cmpt >> &input, Field< Vector< Cmpt >> &result)
 Extract a symmTensor field diagonal. More...
 
template<class Cmpt >
tmp< Field< Vector< Cmpt > > > unzipDiag (const Field< SymmTensor< Cmpt >> &input)
 Extract a symmTensor field diagonal. More...
 

Detailed Description

Original source file symmTensorField.H

Definition in file symmTensorField.H.

Macro Definition Documentation

◆ TEMPLATE

#define TEMPLATE

Definition at line 47 of file symmTensorField.H.