35 #ifndef sphericalTensor2D_H 36 #define sphericalTensor2D_H 52 static const sphericalTensor2D
I2D(1);
54 static const sphericalTensor2D
oneThirdI2D(1.0/3.0);
Template function to specify if the data of a type are contiguous.
static const sphericalTensor2D I2D(1)
Identity tensor.
static const sphericalTensor2D twoThirdsI2D(2.0/3.0)
static const sphericalTensor2D oneThirdI2D(1.0/3.0)
Templated 2D sphericalTensor derived from VectorSpace adding construction from 1 component, element access using ii() member function and the inner-product (dot-product) and outer-product operators.
bool contiguous< sphericalTensor2D >()
Data associated with sphericalTensor2D type are contiguous.
SphericalTensor2D< scalar > sphericalTensor2D
SphericalTensor2D of scalars.