symmTensor.H File Reference
Include dependency graph for symmTensor.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

typedef SymmTensor< scalar > symmTensor
 SymmTensor of scalars, i.e. SymmTensor<scalar>. More...
 
typedef Tensor< scalar > tensor
 

Functions

vector eigenValues (const symmTensor &T)
 Return real ascending-order eigenvalues of a given symmTensor. More...
 
vector eigenVector (const symmTensor &T, const scalar eVal, const vector &standardBasis1, const vector &standardBasis2)
 Return a real eigenvector corresponding to a given real eigenvalue of a given symmTensor. More...
 
tensor eigenVectors (const symmTensor &T, const vector &eVals)
 Return real eigenvectors corresponding to given real eigenvalues of a given symmTensor. More...
 
tensor eigenVectors (const symmTensor &T)
 Return real eigenvectors of a given symmTensor by computing the real eigenvalues of the tensor in the background. More...
 
symmTensor pinv (const symmTensor &st)
 Return inverse of a given symmTensor, and fall back to pseudo-inverse if the symmTensor is singular. More...
 

Detailed Description

Original source file symmTensor.H

Definition in file symmTensor.H.