Definition in file symmTransformField.H.
#include "src/OpenFOAM/primitives/transform/symmTransform.H"#include "src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H"
Include dependency graph for symmTransformField.H:Go to the source code of this file.
Namespaces | |
| namespace | 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 tensorField &tf) |
| template<> | |
| tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const tmp< tensorField > &ttf) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tensorField &tf) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tmp< tensorField > &ttf) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const symmTensorField &) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const tmp< symmTensorField > &) |