|
IFEM
90A354
|
Representation of second-order tensors with some basic operations. More...
#include <vector>#include <iostream>

Go to the source code of this file.
Classes | |
| class | Tensor |
| Simple class for representing a non-symmetric second-order tensor. More... | |
| class | SymmTensor |
| Simple class for representing a symmetric second-order tensor. More... | |
| class | LocalSystem |
| Abstract interface to problem-specific local coordinate systems. More... | |
Functions | |
| SymmTensor | operator+ (const SymmTensor &A, const SymmTensor &B) |
| Adding two symmetric tensors. | |
| SymmTensor | operator- (const SymmTensor &A, const SymmTensor &B) |
| Subtracting two symmetric tensors. | |
| Real | ddot (const SymmTensor &A, const SymmTensor &B) |
| Inner-product (:-operator) of two symmetric tensors. | |
Representation of second-order tensors with some basic operations.