109 return t() + (
R() & v);
127 tfld =
t() + (
R() & pts);
144 return (
R().
T() & (v -
t()));
162 tfld = (
R().
T() & (pts -
t()));
174 inline void Foam::vectorTensorTransform::operator&=
184 hasR_ = tr.hasR_ || hasR_;
232 inline bool Foam::operator==
238 return (tr1.
t() == tr2.t() && tr1.
R() == tr2.R());
242 inline bool Foam::operator!=
292 (tr1.hasR() || tr2.hasR())
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
Tensor< Cmpt > T() const
Return transpose.
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component, element access using th ii() member function and the inner-product (dot-product) and outer-product operators.
static const Identity< scalar > I
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A class for managing temporary objects.