36 #ifndef OPERATION_SMALL_SYMMETRICTENSOR_HPP 37 #define OPERATION_SMALL_SYMMETRICTENSOR_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/core/array/MatrixSmall.hpp> 59 template <
typename Operand >
85 typedef MatrixSmall<Dim1, Dim2> result_Type;
94 OperationSmallSymmetricTensor();
97 ~OperationSmallSymmetricTensor();
void updateInverseJacobian(const UInt &iQuadPt)
~OperationSmallSymmetricTensor()
No destructor.
class OperationSmallTranspose Class containing information about the transpose operation for Small* c...
uint32_type UInt
generic unsigned integer (used mainly for addressing)
OperationSmallSymmetricTensor()
No default constructor.