Go to the documentation of this file.
50 #ifndef CompactSpatialTensorT_H
51 #define CompactSpatialTensorT_H
67 public MatrixSpace<CompactSpatialTensorT<Cmpt>, Cmpt, 3, 6>
88 const Cmpt& t00,
const Cmpt& t01,
const Cmpt& t02,
89 const Cmpt& t10,
const Cmpt& t11,
const Cmpt& t12,
90 const Cmpt& t20,
const Cmpt& t21,
const Cmpt& t22,
91 const Cmpt& t30,
const Cmpt& t31,
const Cmpt& t32,
92 const Cmpt& t40,
const Cmpt& t41,
const Cmpt& t42,
93 const Cmpt& t50,
const Cmpt& t51,
const Cmpt& t52
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
Templated 3D spatial tensor derived from MatrixSpace used to represent transformations of spatial vec...
Templated 3D transposed compact spatial tensor derived from MatrixSpace used to represent transformat...
A template class to specify if a data type is composed solely of Foam::label elements.
SpatialTensor< Cmpt > type
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Templated 3D spatial vector derived from VectorSpace used to represent the anglular and linear compon...
Templated 3D compact spatial tensor derived from MatrixSpace used to represent transformations of spa...
A template class to specify if a data type is composed solely of Foam::scalar elements.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
fileName::Type type(const fileName &name, const bool followLink=true)
CompactSpatialTensor< Cmpt > type
CompactSpatialTensorT< Cmpt > type
A template class to specify that a data type can be considered as being contiguous in memory.
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...