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