plb::SymmetricTensorImpl< T, 3 > Struct Template Reference
#include <geometricOperationTemplates.h>
List of all members.
Public Types |
| enum | Indices {
xx = 0,
xy = 1,
xz = 2,
yy = 3,
yz = 4,
zz = 5
} |
Static Public Member Functions |
| static void | matVectMult (Array< T, n > const &mat, Array< T, 3 > const &vect, Array< T, 3 > &result) |
| static T | tensorNormSqr (Array< T, n > const &mat) |
| static T | contractIndexes (Array< T, n > const &A, Array< T, n > const &B) |
| static T | trace (Array< T, n > const &A) |
| static Array< T, n > | id () |
Static Public Attributes |
| static const int | n = 6 |
template<typename T>
struct plb::SymmetricTensorImpl< T, 3 >
Member Enumeration Documentation
Member Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file: