Go to the source code of this file.
Namespaces | |
Foam | |
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) |
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) |
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) |
template<class Cmpt > | |
void | unzipDiag (const UList< SymmTensor< Cmpt >> &input, Field< Vector< Cmpt >> &result) |
template<class Cmpt > | |
tmp< Field< Vector< Cmpt > > > | unzipDiag (const Field< SymmTensor< Cmpt >> &input) |
Original source file symmTensorField.H
Definition in file symmTensorField.H.
#define TEMPLATE |
Definition at line 43 of file symmTensorField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.