35 #ifndef sphericalTensor_H 36 #define sphericalTensor_H 51 static const sphericalTensor
oneThirdI(1.0/3.0);
52 static const sphericalTensor
twoThirdsI(2.0/3.0);
static const sphericalTensor twoThirdsI(2.0/3.0)
Template function to specify if the data of a type are contiguous.
bool contiguous< sphericalTensor >()
Specify data associated with sphericalTensor type are contiguous.
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 sphericalTensor oneThirdI(1.0/3.0)
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.