
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| void | transform (Field< Type > &rtf, const symmTensorField &trf, const Field< Type > &tf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const symmTensorField &trf, const Field< Type > &tf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const symmTensorField &trf, const tmp< Field< Type >> &ttf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const tmp< symmTensorField > &ttrf, const Field< Type > &tf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const tmp< symmTensorField > &ttrf, const tmp< Field< Type >> &ttf) |
| template<class Type > | |
| void | transform (Field< Type > &rtf, const symmTensor &t, const Field< Type > &tf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const symmTensor &t, const Field< Type > &tf) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const symmTensor &t, const tmp< Field< Type >> &ttf) |
Original source file symmTransformField.C
Definition in file symmTransformField.C.
1.8.13