3D symmetric tensor transformation operations. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T > | |
| constexpr std::enable_if< std::is_arithmetic< T >::value, T >::type | transform (const symmTensor &, const T val) |
| No-op rotational transform for base types. More... | |
| template<class Cmpt > | |
| SphericalTensor< Cmpt > | transform (const symmTensor &, const SphericalTensor< Cmpt > &val) |
| No-op rotational transform for spherical tensor. More... | |
| template<class Cmpt > | |
| Vector< Cmpt > | transform (const symmTensor &tt, const Vector< Cmpt > &v) |
| Use rotational tensor to transform a vector. More... | |
| template<class Cmpt > | |
| Tensor< Cmpt > | transform (const symmTensor &stt, const Tensor< Cmpt > &t) |
| Use rotational tensor to transform a tensor. More... | |
| template<class Cmpt > | |
| SymmTensor< Cmpt > | transform (const symmTensor &stt, const SymmTensor< Cmpt > &st) |
| Use rotational tensor to transform a symmTensor. More... | |
| template<> | |
| sphericalTensor | transformMask< sphericalTensor > (const symmTensor &st) |
| template<> | |
| symmTensor | transformMask< symmTensor > (const symmTensor &st) |
| template<> | |
| tensor | transformMask< tensor > (const symmTensor &st) |
3D symmetric tensor transformation operations.
Original source file symmTransform.H
InNamespace Foam
Definition in file symmTransform.H.