![]() |
|
Public Types | |
enum | { rank = 2 } |
enum | components { XX, XY, XZ, YX, YY, YZ, ZX, ZY, ZZ } |
Component labeling enumeration. More... | |
Public Member Functions | |
Tensor () | |
Construct null. | |
Tensor (const VectorSpace< Tensor< Cmpt >, Cmpt, 9 > &) | |
Construct given VectorSpace. | |
Tensor (const Cmpt txx, const Cmpt txy, const Cmpt txz, const Cmpt tyx, const Cmpt tyy, const Cmpt tyz, const Cmpt tzx, const Cmpt tzy, const Cmpt tzz) | |
Construct from components. | |
Tensor (Istream &) | |
Construct from Istream. | |
const Vector< Cmpt > & | x () const |
const Vector< Cmpt > & | y () const |
const Vector< Cmpt > & | z () const |
Vector< Cmpt > & | x () |
Vector< Cmpt > & | y () |
Vector< Cmpt > & | z () |
const Cmpt & | xx () const |
const Cmpt & | xy () const |
const Cmpt & | xz () const |
const Cmpt & | yx () const |
const Cmpt & | yy () const |
const Cmpt & | yz () const |
const Cmpt & | zx () const |
const Cmpt & | zy () const |
const Cmpt & | zz () const |
Cmpt & | xx () |
Cmpt & | xy () |
Cmpt & | xz () |
Cmpt & | yx () |
Cmpt & | yy () |
Cmpt & | yz () |
Cmpt & | zx () |
Cmpt & | zy () |
Cmpt & | zz () |
Tensor< Cmpt > | T () const |
Return tensor transpose. | |
Static Public Attributes | |
const char *const | typeName |
const char * | componentNames [] |
const Tensor | zero |
const Tensor | one |
const Tensor | I |
|
|
|
Component labeling enumeration.
|
|
Construct null.
|
|
Construct given VectorSpace.
|
|
Construct from components.
|
|
Construct from Istream.
|
|
Return tensor transpose.
Definition at line 232 of file TensorI.H. Referenced by Foam::transform(). |
|
|
|
|
|
|
|
Definition at line 117 of file TensorI.H. Referenced by SphericalTensor::ii(), Foam::inv(), Foam::operator &(), Foam::tr(), Tensor::zz(), and DiagTensor::zz(). |
|
|
|
Definition at line 123 of file TensorI.H. Referenced by SphericalTensor::ii(), Foam::tr(), and DiagTensor::zz(). |
|
|
|
Definition at line 129 of file TensorI.H. Referenced by SphericalTensor::ii(), Foam::tr(), and DiagTensor::zz(). |
|
|
|
|
|
|
|
Definition at line 136 of file TensorI.H. Referenced by Foam::tr(), and Tensor::zz(). |
|
|
|
Definition at line 142 of file TensorI.H. Referenced by Foam::inv(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 155 of file TensorI.H. Referenced by Foam::tr(), and Tensor::zz(). |
|
|
|
|
|
Definition at line 224 of file TensorI.H. References Tensor::xx(), Tensor::yx(), and Tensor::zx(). |
Here is the call graph for this function:
|
Definition at line 167 of file TensorI.H. Referenced by Foam::inv(). |
|
|
|
|
|
|
|
|
|
|