Go to the documentation of this file.
38 #ifndef vectorTensorTransform_H
39 #define vectorTensorTransform_H
53 class vectorTensorTransform;
54 Istream&
operator>>(Istream& is, vectorTensorTransform&);
55 Ostream&
operator<<(Ostream& os,
const vectorTensorTransform&
C);
119 inline const vector&
t()
const;
121 inline const tensor&
R()
const;
123 inline bool hasR()
const;
199 inline bool operator==
201 const vectorTensorTransform& tr1,
202 const vectorTensorTransform& tr2
206 inline bool operator!=
208 const vectorTensorTransform& tr1,
209 const vectorTensorTransform& tr2
214 inline vectorTensorTransform
operator+
216 const vectorTensorTransform&
tr,
221 inline vectorTensorTransform
operator+
224 const vectorTensorTransform&
tr
228 inline vectorTensorTransform
operator-
230 const vectorTensorTransform&
tr,
235 inline vectorTensorTransform
operator&
237 const vectorTensorTransform& tr1,
238 const vectorTensorTransform& tr2
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
A class for handling words, derived from string.
bool contiguous< vectorTensorTransform >()
Data associated with vectorTensorTransform type are contiguous.
A class for managing temporary objects.
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
Ostream & operator<<(Ostream &, const edgeMesh &)
Vector< scalar > vector
A scalar version of the templated Vector.
Template function to specify if the data of a type are contiguous.
Istream & operator>>(Istream &, edgeMesh &)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word name(const complex &)
Return a string representation of a complex.