87 return t() + (
R() & v);
101 tmp<pointField> tfld;
105 tfld = t() + (
R() &
pts);
144 return (
R().
T() & (v - t()));
158 tmp<pointField> tfld;
162 tfld = (
R().T() & (
pts - t()));
179 const auto rot =
R().T();
183 p = (rot & (
p - t()));
198 inline void Foam::vectorTensorTransform::operator&=
200 const vectorTensorTransform&
tr 208 hasR_ =
tr.hasR_ || hasR_;
256 inline bool Foam::operator==
258 const vectorTensorTransform& tr1,
259 const vectorTensorTransform& tr2
262 return (tr1.t() == tr2.t() && tr1.R() == tr2.R());
266 inline bool Foam::operator!=
268 const vectorTensorTransform& tr1,
269 const vectorTensorTransform& tr2
278 const vectorTensorTransform&
tr,
289 const vectorTensorTransform&
tr 298 const vectorTensorTransform&
tr,
302 return vectorTensorTransform(
tr.t() - t,
tr.R(),
tr.hasR());
308 const vectorTensorTransform& tr1,
309 const vectorTensorTransform& tr2
312 return vectorTensorTransform
316 (tr1.hasR() || tr2.hasR())
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
vectorField pointField
pointField is a vectorField.
static const Identity< scalar > I
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
dimensioned< Type > T() const
Return transpose.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
#define R(A, B, C, D, E, F, K, M)
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
Tensor of scalars, i.e. Tensor<scalar>.
static constexpr const zero Zero
Global zero (0)