38 #ifndef SymmTensor2D_H 39 #define SymmTensor2D_H 97 const Cmpt txx,
const Cmpt txy,
109 inline const Cmpt&
xx()
const;
110 inline const Cmpt&
xy()
const;
111 inline const Cmpt&
yy()
const;
SymmTensor2D< label > labelType
Equivalent type of labels used for valid component indexing.
static const SymmTensor2D I
components
Component labeling enumeration.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
SymmTensor2D()
Construct null.
void operator=(const SphericalTensor2D< Cmpt > &)
Construct given SphericalTensor2D.
const SymmTensor2D< Cmpt > & T() const
Transpose.
static const direction rank
Rank of SymmTensor2D is 2.
friend Ostream & operator(Ostream &, const VectorSpace< Form, Cmpt, Ncmpts > &)
Templated 2D sphericalTensor derived from VectorSpace adding construction from 1 component, element access using ii() member function and the inner-product (dot-product) and outer-product operators.
Templated 2D symmetric tensor derived from VectorSpace adding construction from 4 components...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...