88 inline DiagTensor(
const Cmpt& txx,
const Cmpt& tyy,
const Cmpt& tzz);
101 inline const Cmpt&
xx()
const;
102 inline const Cmpt&
yy()
const;
103 inline const Cmpt&
zz()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
components
Component labeling enumeration.
DiagTensor< label > labelType
Equivalent type of labels used for valid component indexing.
Templated 3D DiagTensor derived from VectorSpace.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
DiagTensor()
Construct null.
static const direction rank
Rank of DiagTensor is 2.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...