FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

tensor.H File Reference


Detailed Description

Definition in file tensor.H.

#include "src/OpenFOAM/primitives/Tensor/Tensor_.H"
#include "src/OpenFOAM/primitives/Vector/vector/vector.H"
#include "src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H"
#include "src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H"
#include "src/OpenFOAM/primitives/contiguous/contiguous.H"
Include dependency graph for tensor.H:

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.