Go to the documentation of this file.
102 template <
class Cmpt>
108 template <
class Cmpt>
117 template <
class Cmpt>
123 dt1.
xx() + t2.
xx(), t2.
xy(), t2.
xz(),
124 t2.
yx(), dt1.
yy() + t2.
yy(), t2.
yz(),
125 t2.
zx(), t2.
zy(), dt1.
zz() + t2.
zz()
130 template <
class Cmpt>
136 t1.
xx() + dt2.
xx(), t1.
xy(), t1.
xz(),
137 t1.
yx(), t1.
yy() + dt2.
yy(), t1.
yz(),
138 t1.
zx(), t1.
zy(), t1.
zz() + dt2.
zz()
143 template <
class Cmpt>
149 dt1.
xx() - t2.
xx(), -t2.
xy(), -t2.
xz(),
150 -t2.
yx(), dt1.
yy() - t2.
yy(), -t2.
yz(),
151 -t2.
zx(), -t2.
zy(), dt1.
zz() - t2.
zz()
156 template <
class Cmpt>
162 t1.
xx() - dt2.
xx(), t1.
xy(), t1.
xz(),
163 t1.
yx(), t1.
yy() - dt2.
yy(), t1.
yz(),
164 t1.
zx(), t1.
zy(), t1.
zz() - dt2.
zz()
170 template <
class Cmpt>
171 inline DiagTensor<Cmpt>
184 template <
class Cmpt>
206 template <
class Cmpt>
228 template <
class Cmpt>
242 template <
class Cmpt>
256 template <
class Cmpt>
257 inline DiagTensor<Cmpt>
265 template <
class Cmpt>
274 template <
class Cmpt>
277 return dt.
xx() + dt.
yy() + dt.
zz();
282 template <
class Cmpt>
290 template <
class Cmpt>
293 return t.
xx()*t.
yy()*t.
zz();
298 template <
class Cmpt>
306 template <
class Cmpt>