Go to the documentation of this file.
42 #ifndef SymmTensor2D_H
43 #define SymmTensor2D_H
112 const Cmpt txx,
const Cmpt txy,
124 inline const Cmpt&
xx()
const;
125 inline const Cmpt&
xy()
const;
126 inline const Cmpt&
yx()
const;
127 inline const Cmpt&
yy()
const;
static constexpr direction rank
A templated (2 x 2) symmetric tensor of objects of <T>, effectively containing 3 elements,...
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
A template class to specify if a data type is composed solely of Foam::label elements.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static const SymmTensor2D I
Vector2D< Cmpt > diag() const
SymmTensor2D & operator=(const SymmTensor2D &)=default
SymmTensor2D< label > labelType
A template class to specify if a data type is composed solely of Foam::scalar elements.
const SymmTensor2D< Cmpt > & T() const
friend Ostream & operator(Ostream &, const VectorSpace< Form, Cmpt, Ncmpts > &)
A template class to specify that a data type can be considered as being contiguous in memory.
A templated (2 x 2) diagonal tensor of objects of <T>, effectively containing 1 element,...
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...