

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef Tensor< scalar > | tensor |
| Tensor of scalars. More... | |
Functions | |
| vector | eigenValues (const tensor &T) |
| vector | eigenValues (const symmTensor &T) |
| template<class TensorType > | |
| vector | eigenVector (const TensorType &T, const scalar lambda, const vector &direction1, const vector &direction2) |
| tensor | eigenVectors (const tensor &T, const vector &lambdas) |
| tensor | eigenVectors (const symmTensor &T, const vector &lambdas) |
| tensor | eigenVectors (const tensor &T) |
| tensor | eigenVectors (const symmTensor &T) |
| template<> | |
| bool | contiguous< tensor > () |
| Data associated with tensor type are contiguous. More... | |