Go to the documentation of this file.
38 #ifndef SymmTensor2D_H
39 #define SymmTensor2D_H
103 const Cmpt txx,
const Cmpt txy,
115 inline const Cmpt&
xx()
const;
116 inline const Cmpt&
xy()
const;
117 inline const Cmpt&
yy()
const;
SymmTensor2D()
Construct null.
static const SymmTensor2D one
static const SymmTensor2D I
void operator=(const SphericalTensor2D< Cmpt > &)
Construct given SphericalTensor2D.
Templated 2D symmetric tensor derived from VectorSpace adding construction from 4 components,...
static const SymmTensor2D zero
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static const char *const typeName
static const char * componentNames[]
static const SymmTensor2D max
SymmTensor2D< label > labelType
Equivalent type of labels used for valid component indexing.
static const SymmTensor2D min
const SymmTensor2D< Cmpt > & T() const
Transpose.
components
Component labeling enumeration.
Templated 2D sphericalTensor derived from VectorSpace adding construction from 1 component,...