symmTensor2D.H File Reference
Include dependency graph for symmTensor2D.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 SymmTensor2D< scalar > symmTensor2D
 SymmTensor2D of scalars, i.e. SymmTensor2D<scalar>. More...
 
typedef Tensor2D< scalar > tensor2D
 Tensor2D of scalars, i.e. Tensor2D<scalar>. More...
 

Functions

vector2D eigenValues (const symmTensor2D &T)
 Return real arbitrary-order eigenvalues of a given symmTensor2D. More...
 
vector2D eigenVector (const symmTensor2D &T, const scalar eVal, const vector2D &standardBasis)
 
tensor2D eigenVectors (const symmTensor2D &T, const vector2D &eVals)
 
tensor2D eigenVectors (const symmTensor2D &T)
 

Detailed Description

Original source file symmTensor2D.H

Definition in file symmTensor2D.H.