

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 > &, const tensor &, const Field< Type > &) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const tensor &, const Field< Type > &) |
| template<class Type > | |
| tmp< Field< Type > > | transform (const tensor &, const tmp< Field< Type >> &) |
| template<> | |
| tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const symmTensorField &stf) |
| template<> | |
| tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const tmp< symmTensorField > &tstf) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const symmTensorField &stf) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tmp< symmTensorField > &tstf) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const symmTensorField &) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const tmp< symmTensorField > &) |
Original source file symmTransformField.H
Definition in file symmTransformField.H.
1.8.11