Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 356 Bytes

File metadata and controls

17 lines (13 loc) · 356 Bytes

Tensor.T

Class

Foam::Tensor

Description

Templated 3D tensor derived from MatrixSpace adding construction from 9 components, element access using xx(), xy() etc. member functions and the inner-product (dot-product) and outer-product of two Vectors (tensor-product) operators.

SourceFiles

TensorI.H

See also

Foam::MatrixSpace Foam::Vector