Go to the documentation of this file.
111 return t() + (
R() & v);
125 tmp<pointField> tfld;
129 tfld = t() + (
R() & pts);
146 return (
R().
T() & (v - t()));
160 tmp<pointField> tfld;
164 tfld = (
R().T() & (pts - t()));
176 inline void Foam::vectorTensorTransform::operator&=
186 hasR_ =
tr.hasR_ || hasR_;
234 inline bool Foam::operator==
236 const vectorTensorTransform& tr1,
237 const vectorTensorTransform& tr2
240 return (tr1.t() == tr2.t() && tr1.R() == tr2.R());
244 inline bool Foam::operator!=
246 const vectorTensorTransform& tr1,
247 const vectorTensorTransform& tr2
256 const vectorTensorTransform&
tr,
267 const vectorTensorTransform&
tr
276 const vectorTensorTransform&
tr,
286 const vectorTensorTransform& tr1,
287 const vectorTensorTransform& tr2
290 return vectorTensorTransform
294 (tr1.hasR() || tr2.hasR())
vectorField pointField
pointField is a vectorField.
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
dimensioned< Type > T() const
A class for managing temporary objects.
static constexpr const zero Zero
#define R(A, B, C, D, E, F, K, M)
Generic templated field type.
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Vector< scalar > vector
A scalar version of the templated Vector.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
static const Identity< scalar > I