FreeFOAM The Cross-Platform CFD Toolkit
tensor.H File Reference

Detailed Description

Definition in file tensor.H.

+ Include dependency graph for tensor.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Typedefs

typedef Tensor< scalar > tensor
 Tensor of scalars.

Functions

vector eigenValues (const tensor &t)
vector eigenVector (const tensor &t, const scalar lambda)
tensor eigenVectors (const tensor &t)
vector eigenValues (const symmTensor &t)
vector eigenVector (const symmTensor &t, const scalar lambda)
tensor eigenVectors (const symmTensor &t)
template<>
bool contiguous< tensor > ()
 Data associated with tensor type are contiguous.